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 ef0a8b5 commit 01b4be7Copy full SHA for 01b4be7
pyproject.toml
@@ -87,6 +87,6 @@ numpydoc = [
87
88
[tool.pytest.ini_options]
89
addopts = '''
90
---showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
+--showlocals --doctest-modules --cov-report= --cov=numpydoc
91
--junit-xml=junit-results.xml --ignore=doc/ --ignore=tools/'''
92
junit_family = 'xunit2'
0 commit comments