no-mistakes(review): Add pytest pythonpath config so tests resolve app imports
This commit is contained in:
@@ -25,6 +25,7 @@ include = ["app*"]
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["."]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user