no-mistakes(review): Add pytest pythonpath config so tests resolve app imports

This commit is contained in:
root
2026-07-31 10:18:52 +00:00
parent d4ef96f17c
commit 2e995ee758
+1
View File
@@ -25,6 +25,7 @@ include = ["app*"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
pythonpath = ["."]
[project.optional-dependencies]
dev = [