Merge "Report the slowest tests after a test run"

This commit is contained in:
Zuul 2021-02-18 05:27:54 +00:00 committed by Gerrit Code Review
commit 3858b95204
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]