Add --slowest option for testr
Enable --slowest option for testr, so we can observe the worst performance unit test cases of all. Change-Id: I7a5ce4b44a3571da9156a37657d16c8a2f468319
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|||||||
Reference in New Issue
Block a user