From e36d7af09755298173e697abe33391a4feb04c13 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 11 Feb 2021 12:44:32 +0100 Subject: [PATCH] Report the slowest tests after a test run Change-Id: Id9cf476f56f2f78b9e8adf6e736148e91916777d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e345c167cb..94fd1da269 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = - stestr run {posargs} + stestr run --slowest {posargs} passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:unit-with-driver-libs]