You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tests are mocking every database connection or are skipped (pytest.mark.skip in test_geodatabase.py).
In order to cleanup database-access-related code (especially avoid having 2 different persistence libraries),
the geo-database tests have to be reactivated first.
Tasks:
reactivate existing geo-database tests
consider using the PostGIS module of test containers
find an appropriate subset for populating the test database
try running the Jenkins build outside docker in order to avoid problems with test containers
Currently, tests are mocking every database connection or are skipped (
pytest.mark.skip
intest_geodatabase.py
).In order to cleanup database-access-related code (especially avoid having 2 different persistence libraries),
the geo-database tests have to be reactivated first.
Tasks:
PostGIS
module oftest containers
test containers
Blocks #746
The text was updated successfully, but these errors were encountered: