From 8994d901ad18fe33d968f1d5f55202e7f7d78f33 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Mon, 4 May 2015 16:07:31 +0800 Subject: add --slowest flag to testr with --slowest flag, the slowest unit test cases will be printed, which is useful to check performance issue. Change-Id: I282845967877ed9298ca6f7f8bd6699a118fec1a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 56a4320..a7835c8 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = python setup.py testr --testr-args='{posargs}' +commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8] commands = -- cgit v1.2.1