1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 19:25:31 +02:00
docker-pi-hole/test/TESTING.md
Adam Warner 1d59f257ff
Reorganise the repository
Simplify the test suite now that we use buildx to build the final image
Remove tests that were never run/skipped in previous runs (same number of tests passing as were before)

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-07-15 17:43:09 +01:00

418 B

Prerequisites

Make sure you have bash & docker installed. Python and some test hacks are crammed into the Dockerfile_build file for now. Revisions in the future may re-enable running python on your host (not just in docker).

Running tests locally

./build-and-test.sh

Should result in:

  • An image named pihole:[branch-name] being built
  • Tests being ran to confirm the image doesn't have any regressions