From 8a623704b3ae26dad21a223ea3ef2336c5404e68 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 13 Nov 2014 00:51:40 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 56dbb72c..480a6d6e 100644 --- a/tox.ini +++ b/tox.ini @@ -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