diff --git a/pyproject.toml b/pyproject.toml index df56fa2..498a4e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,10 +46,14 @@ Issues = "https://github.com/EOEPCA/registration-library/issues" [tool.pytest.ini_options] minversion = "6.0" -addopts = "-q --import-mode=importlib --no-header -rfE --disable-warnings --log-level=INFO" -testpaths = [ - "test", - "integration", +pythonpath = "src" +addopts = [ + "-q", + "--import-mode=importlib", + "--no-header", + "-rfE", + "--disable-warnings", + "--log-level=INFO" ] [tool.black]