Skip to content

Commit a5a7fc7

Browse files
committed
Unit tests like #516 need extended Python path
1 parent d58caae commit a5a7fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ prod = { features = ["server"], solve-group = "prod-group" }
124124
# Note: the `test` task still requires the app to be bootstrapped first
125125
# (`invoke setup` creates instance/config_site.py and the DB), same as CI.
126126
[tool.pytest.ini_options]
127-
pythonpath = ["GeoHealthCheck"]
127+
pythonpath = ["GeoHealthCheck", "GeoHealthCheck/.."]
128128
testpaths = ["tests"]

0 commit comments

Comments
 (0)