mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
Merge pull request #838 from quantopian/limit_timer
TST: Limit the timer report to just the 15 longest tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user