Skip to content

Commit

Permalink
Merge pull request #1609 from pi-hole/pretty_fail
Browse files Browse the repository at this point in the history
Add pytest-clarity to test environment to improve error log output
  • Loading branch information
yubiuser authored Jul 2, 2024
2 parents e26f366 + c26e71e commit a3633a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3633a1

Please sign in to comment.