Report the slowest tests after a test run

Change-Id: Id9cf476f56f2f78b9e8adf6e736148e91916777d
This commit is contained in:
Dmitry Tantsur 2021-02-11 12:44:32 +01:00
parent 235115099a
commit e36d7af097
1 changed files with 1 additions and 1 deletions

View File

@ -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]