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:
ZhiQiang Fan
2014-11-13 00:51:40 +08:00
parent 6222ee5cb6
commit 8a623704b3

View File

@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --testr-args='{posargs}'
python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip