Merge branch 'dev' into development-v6

This commit is contained in:
Adam Warner
2024-08-17 22:30:24 +01:00
6 changed files with 253 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --tag p
docker images pihole:${GIT_TAG}
# auto-format the pytest code
python -m black ./test/tests/
python3 -m black ./test/tests/
# TODO: Add junitxml output and have something consume it
COLUMNS=120 py.test -vv -n auto ./test/tests/