diff --git a/pyproject.toml b/pyproject.toml index d1fda23..f167bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]