Skip to content

Commit 218eb32

Browse files
committed
chore: re-enable doctest
1 parent b4e3484 commit 218eb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ exclude = [
8888
testpaths = [
8989
"tests", "mocket",
9090
]
91-
addopts = "--cov=mocket --cov-report=term-missing --cov-append -v -x"
91+
addopts = "--doctest-modules --cov=mocket --cov-report=term-missing --cov-append -v -x"
9292

9393
[tool.ruff]
9494
src = ["mocket", "tests"]

0 commit comments

Comments
 (0)