diff --git a/pyproject.toml b/pyproject.toml index 0b7822a1..f02df23e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,3 +190,6 @@ docstring-code-line-length = "dynamic" [tool.isort] profile = "black" + +[tool.pytest.ini_options] +testpaths = "tests"