-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
testsIssues with testsIssues with tests
Description
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 oftest 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
Blocks #746
Metadata
Metadata
Assignees
Labels
testsIssues with testsIssues with tests