Merge pull request #1609 from pi-hole/pretty_fail

Add pytest-clarity to test environment to improve error log output
This commit is contained in:
yubiuser
2024-07-02 21:20:01 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -8,4 +8,4 @@ docker images pihole:${GIT_TAG}
python -m black ./test/tests/
# TODO: Add junitxml output and have something consume it
py.test -vv -n auto ./test/tests/
COLUMNS=120 py.test -vv -n auto ./test/tests/

View File

@@ -2,3 +2,4 @@ pytest == 7.4
pytest-xdist == 3.5.0
pytest-testinfra == 10.0.0
black == 23.12.0
pytest-clarity == 1.0.1