diff --git a/pyproject.toml b/pyproject.toml index a0ec7edf..9a918620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,11 @@ show_contexts = "true" title = "ASU Server Regression Test Coverage" +[tool.pytest.ini_options] +testpaths = [ + "tests" +] + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"