Skip to content

Commit

Permalink
Do not ignore files starting with _ in nose
Browse files Browse the repository at this point in the history
By default, files starting with _ and setup.py are ignored by nose. This
causes doctests to be skipped in _*.py modules.
  • Loading branch information
lesteve committed Mar 11, 2016
1 parent d4a8d73 commit 876f123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ with-doctest = 1
doctest-tests = 1
doctest-extension = rst
doctest-fixtures = _fixture
ignore-files=^setup\.py$
#doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE

[wheelhouse_uploader]
Expand Down

0 comments on commit 876f123

Please sign in to comment.