diff --git a/pyproject.toml b/pyproject.toml index 2f961e5..fcd1ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [tool.pytest.ini_options] addopts = "-v" +testpaths = "tests" [tool.coverage.report] omit = ["fvh3t/qgis_plugin_tools/*"]