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 bb2a1f8 commit 376e026Copy full SHA for 376e026
pyproject.toml
@@ -59,7 +59,7 @@ write_to = "src/docstub/_version.py"
59
60
61
[tool.ruff]
62
-src = ["src"]
+src = ["src", "tests"]
63
64
[tool.ruff.lint]
65
extend-select = [
@@ -90,6 +90,14 @@ ignore = [
90
]
91
92
93
+[tool.pytest.ini_options]
94
+addopts = "--doctest-modules"
95
+testpaths = [
96
+ "src",
97
+ "tests",
98
+]
99
+
100
101
[tool.coverage]
102
run.source = ["docstub"]
103
0 commit comments