Skip to content

Commit

Permalink
chore: re-enable doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
betaboon committed Dec 2, 2024
1 parent b4e3484 commit 218eb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ exclude = [
testpaths = [
"tests", "mocket",
]
addopts = "--cov=mocket --cov-report=term-missing --cov-append -v -x"
addopts = "--doctest-modules --cov=mocket --cov-report=term-missing --cov-append -v -x"

[tool.ruff]
src = ["mocket", "tests"]
Expand Down

0 comments on commit 218eb32

Please sign in to comment.