Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 144fcbf

Browse files
committed
Do not ignore files starting with _ in nose
By default, files starting with _ and setup.py are ignored by nose. This causes doctests to be skipped in _*.py modules.
1 parent 68de3b2 commit 144fcbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ with-doctest = 1
1919
doctest-tests = 1
2020
doctest-extension = rst
2121
doctest-fixtures = _fixture
22+
ignore-files=setup.py
2223
#doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE
2324

2425
[wheelhouse_uploader]

0 commit comments

Comments
 (0)