mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-19 18:08:35 +00:00
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:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user