]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Output test times, more verbose output
authorStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:07:48 +0000 (17:07 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 16:09:38 +0000 (17:09 +0100)
Just a bit more useful for CI logs

Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini

diff --git a/tox.ini b/tox.ini
index 0ab0ab84736e147169e66d0303f12f19a3eb0f4d..aa434a7262e561fdb3a491274f65795915f3dcae 100644 (file)
--- a/tox.ini
+++ b/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