forked from quantopian/zipline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST: Add nose-ignore-docstring plugin to requirements and setup.cfg
So that docstrings can be added for test documentation, but suppress those docstrings in test output by default.
- Loading branch information
Eddie Hebert
committed
May 4, 2013
1 parent
e3c783e
commit 5ae1aab
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Testing | ||
nose==1.3.0 | ||
nose-parameterized==0.2 | ||
nose-ignore-docstring==0.1 | ||
|
||
# Linting | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
[nosetests] | ||
verbosity=2 | ||
detailed-errors=1 | ||
|
||
# Drop into debugger on failure | ||
#pdb=0 | ||
#pdb-failures=0 | ||
with-ignore-docstrings=1 |