summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhiQiang Fan <zhiqiang.fan@huawei.com>2015-05-04 16:07:31 +0800
committerZhiQiang Fan <zhiqiang.fan@huawei.com>2015-05-04 16:07:31 +0800
commit8994d901ad18fe33d968f1d5f55202e7f7d78f33 (patch)
tree16cb328b70fc3657477baa8423082d6c319dece8 /tox.ini
parent39b7f963f595ba3517c7e5540981bce356ec0e1b (diff)
downloadpython-keystoneclient-8994d901ad18fe33d968f1d5f55202e7f7d78f33.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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 =