From c26e71edfd712b3d5cf3afbcfff9539ea962066c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 2 Jul 2024 08:20:47 +0200 Subject: [PATCH] Set column width to 120 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd.sh b/test/cmd.sh index 6324a36..ef40a29 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/