summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index debb032..545eae1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ requires-python = ">=3.12"
[tool.pytest.ini_options]
asyncio_mode = "auto"
-testpaths = ["shared/tests", "services", "cli/tests"]
+testpaths = ["shared/tests", "services", "cli/tests", "tests"]
addopts = "--import-mode=importlib"
[tool.ruff]