We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0acce4 commit fcdfe37Copy full SHA for fcdfe37
2 files changed
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