From bf397c08e465d48182c9fabb6e67a9d3c8bedecb Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Thu, 19 Sep 2024 21:23:04 +0100 Subject: [PATCH] Back to testing doctest. (#246) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdb4d9b..fc16274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ exclude = [ [tool.pytest.ini_options] testpaths = [ - "tests", + "tests", "mocket", ] addopts = "--doctest-modules --cov=mocket --cov-report=term-missing -v -x"