fix: set PYTHONPATH variable for pytest

This commit is contained in:
2025-10-22 12:46:32 +00:00
parent a3000f1e48
commit 7e7d98a2fc

View File

@@ -25,3 +25,6 @@ test = [
"pytest-cov>=7.0.0", "pytest-cov>=7.0.0",
"pytest-mock>=3.15.1", "pytest-mock>=3.15.1",
] ]
[tool.pytest.ini_options]
pythonpath = ["src"]