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 b4e3484 commit 218eb32Copy full SHA for 218eb32
pyproject.toml
@@ -88,7 +88,7 @@ exclude = [
88
testpaths = [
89
"tests", "mocket",
90
]
91
-addopts = "--cov=mocket --cov-report=term-missing --cov-append -v -x"
+addopts = "--doctest-modules --cov=mocket --cov-report=term-missing --cov-append -v -x"
92
93
[tool.ruff]
94
src = ["mocket", "tests"]
0 commit comments