diff options
| author | Dana Powers <dana.powers@rd.io> | 2014-08-26 14:13:43 -0700 |
|---|---|---|
| committer | Dana Powers <dana.powers@rd.io> | 2014-08-26 14:13:43 -0700 |
| commit | f7be23f6a761fd85a22437b67fdab61303bfc9e0 (patch) | |
| tree | 96f0adc1fa2e8e718ce7623af0d4ba64d3e23072 /tox.ini | |
| parent | a1603619d42066f446eed61973ab48dea9a026db (diff) | |
| download | kafka-python-f7be23f6a761fd85a22437b67fdab61303bfc9e0.tar.gz | |
Add test timers via nose-timer plugin; list the 10 slowest by default
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,10 +4,11 @@ envlist = py26, py27, pypy deps = unittest2 nose + nose-timer coverage mock python-snappy commands = - nosetests {posargs:-v --with-id --with-coverage --cover-erase --cover-package kafka} + nosetests {posargs:-v --with-id --with-timer --timer-top-n 10 --with-coverage --cover-erase --cover-package kafka} setenv = PROJECT_ROOT = {toxinidir} |
