Define src path for pytest
This commit is contained in:
parent
760097fe92
commit
f3fa784848
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ dependencies = [
|
||||||
"pydal>=20230521.1"
|
"pydal>=20230521.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
pythonpath = [
|
||||||
|
"src"
|
||||||
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue