Merge pull request #838 from quantopian/limit_timer

TST: Limit the timer report to just the 15 longest tests
This commit is contained in:
Richard Frank
2015-11-13 15:38:21 -05:00
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ before_script:
- pip freeze | sort
- "flake8 zipline tests"
script:
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline --timer-top-n=15
after_success:
- coveralls
+1
View File
@@ -67,3 +67,4 @@ Miscellaneous
* Adds :func:`~zipline.utils.test_utils.subtest` decorator for creating subtests
without ``nose_parameterized.expand`` which bloats the test output
(:issue:`833`).
* Limits timer report in test output to 15 longest tests (:issue:`838`).
+1
View File
@@ -3,6 +3,7 @@ verbosity=2
detailed-errors=1
with-ignore-docstrings=1
with-timer=1
timer-top-n=15
[metadata]
description-file = README.rst