Merge "Report the slowest tests after a test run"
This commit is contained in:
commit
3858b95204
2
tox.ini
2
tox.ini
@ -18,7 +18,7 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run --slowest {posargs}
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
|
|
||||||
[testenv:unit-with-driver-libs]
|
[testenv:unit-with-driver-libs]
|
||||||
|
Loading…
Reference in New Issue
Block a user