Skip to content

Commit

Permalink
TST: Add nose-ignore-docstring plugin to requirements and setup.cfg
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions etc/requirements_dev.txt
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

Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
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

0 comments on commit 5ae1aab

Please sign in to comment.