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.
This commit is contained in:
Eddie Hebert
2013-05-04 12:52:38 -04:00
parent e3c783e163
commit 5ae1aab2af
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
# Testing
nose==1.3.0
nose-parameterized==0.2
nose-ignore-docstring==0.1
# Linting
+1 -4
View File
@@ -1,7 +1,4 @@
[nosetests]
verbosity=2
detailed-errors=1
# Drop into debugger on failure
#pdb=0
#pdb-failures=0
with-ignore-docstrings=1