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"