Skip to content

Commit c26e71e

Browse files
committed
Set column width to 120
Signed-off-by: Christian König <[email protected]>
1 parent 80bea32 commit c26e71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ docker images pihole:${GIT_TAG}
88
python -m black ./test/tests/
99

1010
# TODO: Add junitxml output and have something consume it
11-
py.test -vv -n auto ./test/tests/
11+
COLUMNS=120 py.test -vv -n auto ./test/tests/

0 commit comments

Comments
 (0)