We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf210cc commit 1338660Copy full SHA for 1338660
numpydoc/tests/test_numpydoc.py
@@ -49,6 +49,7 @@ def __init__(self):
49
self.verbosity = 2
50
self._warncount = 0
51
self.warningiserror = False
52
+ self._exception_on_warning = False
53
54
55
def test_mangle_docstrings_basic():
0 commit comments