diff mbox series

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

Message ID 20220930161921.266633-3-stephen@that.guru
State Accepted
Headers show
Series [01/10] tests: Change from expectedFailure to skip | expand

Commit Message

Stephen Finucane Sept. 30, 2022, 4:19 p.m. UTC
Just a bit more useful for CI logs

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

Patch

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