diff --git a/test/cmd.sh b/test/cmd.sh index 6324a36c..ef40a296 100755 --- a/test/cmd.sh +++ b/test/cmd.sh @@ -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/ diff --git a/test/requirements.txt b/test/requirements.txt index 6782a069..67aaf741 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -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