Define src path for pytest

This commit is contained in:
Yax 2023-11-11 14:13:11 +01:00
parent 760097fe92
commit f3fa784848

View file

@ -17,6 +17,11 @@ dependencies = [
"pydal>=20230521.1"
]
[tool.pytest.ini_options]
pythonpath = [
"src"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"