diff --git a/dockervault/pytest.ini b/dockervault/pytest.ini deleted file mode 100644 index 156da35..0000000 --- a/dockervault/pytest.ini +++ /dev/null @@ -1,4 +0,0 @@ -[pytest] -testpaths = tests -addopts = -q -pythonpath = . diff --git a/pyproject.toml b/pyproject.toml index 3a11e70..3b21087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ include-package-data = true include = ["dockervault*"] [tool.pytest.ini_options] -testpaths = ["tests"] +testpaths = ["dockervault/tests"] pythonpath = ["."] addopts = "-q"