From: Stephen Finucane Date: Fri, 30 Sep 2022 16:07:48 +0000 (+0100) Subject: tox: Output test times, more verbose output X-Git-Tag: v3.2.0~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e327d46ac86066db96ff16eabded7821204d31e2;p=thirdparty%2Fpatchwork.git tox: Output test times, more verbose output Just a bit more useful for CI logs Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 0ab0ab84..aa434a72 100644 --- 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