[PATCH 03/10] tox: Output test times, more verbose output

Stephen Finucane stephen at that.guru
Sat Oct 1 02:19:14 AEST 2022


Just a bit more useful for CI logs

Signed-off-by: Stephen Finucane <stephen at that.guru>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git tox.ini tox.ini
index 0ab0ab84..aa434a72 100644
--- tox.ini
+++ tox.ini
@@ -24,7 +24,7 @@ passenv =
     DATABASE_TYPE DATABASE_USER DATABASE_PASSWORD DATABASE_HOST
     DATABASE_PORT DATABASE_NAME DJANGO_TEST_PROCESSES
 commands =
-    python {toxinidir}/manage.py test --noinput --parallel -- {posargs:patchwork}
+    python {toxinidir}/manage.py test --noinput --parallel -v 2 --timing -- {posargs:patchwork}
 
 [testenv:bashate]
 deps = bashate
-- 
2.37.3



More information about the Patchwork mailing list