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 b0acce4 commit 1417c40Copy full SHA for 1417c40
MANIFEST.in
@@ -3,6 +3,5 @@ include README.md
3
include NEWS
4
include LICENSE.txt
5
include Makefile
6
-include pytest.ini
7
graft docs
8
exclude docs/__pycache__/*
pyproject.toml
@@ -57,3 +57,7 @@ exclude_lines = [
57
"raise AssertionError",
58
"raise NotImplementedError",
59
]
60
+
61
+[tool.pytest.ini_options]
62
+addopts = "--doctest-modules --doctest-glob=*.rst --ignore=setup.py"
63
+norecursedirs = ".git build"
pytest.ini
0 commit comments