Skip to content

Commit

Permalink
Back to testing doctest. (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer authored Sep 19, 2024
1 parent 23e0a53 commit bf397c0
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 @@ -87,7 +87,7 @@ exclude = [

[tool.pytest.ini_options]
testpaths = [
"tests",
"tests", "mocket",
]
addopts = "--doctest-modules --cov=mocket --cov-report=term-missing -v -x"

Expand Down

0 comments on commit bf397c0

Please sign in to comment.