diff --git a/pyproject.toml b/pyproject.toml index 605a8c88..06664634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,3 +107,6 @@ extend-ignore = ["E203"] [tool.pytest.ini_options] addopts = "--ignore=docs" +testpaths = [ + "tests", +] \ No newline at end of file