Skip to content

Commit f7be23f

Browse files
author
Dana Powers
committed
Add test timers via nose-timer plugin; list the 10 slowest by default
1 parent a160361 commit f7be23f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ envlist = py26, py27, pypy
44
deps =
55
unittest2
66
nose
7+
nose-timer
78
coverage
89
mock
910
python-snappy
1011
commands =
11-
nosetests {posargs:-v --with-id --with-coverage --cover-erase --cover-package kafka}
12+
nosetests {posargs:-v --with-id --with-timer --timer-top-n 10 --with-coverage --cover-erase --cover-package kafka}
1213
setenv =
1314
PROJECT_ROOT = {toxinidir}

0 commit comments

Comments
 (0)