We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bea32 commit c26e71eCopy full SHA for c26e71e
test/cmd.sh
@@ -8,4 +8,4 @@ docker images pihole:${GIT_TAG}
8
python -m black ./test/tests/
9
10
# TODO: Add junitxml output and have something consume it
11
-py.test -vv -n auto ./test/tests/
+COLUMNS=120 py.test -vv -n auto ./test/tests/
0 commit comments