We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d918c87 commit edd8202Copy full SHA for edd8202
tests/conftest.py
@@ -1,7 +1,7 @@
1
import os
2
import pytest
3
-from src.opengeodeweb_microservice.database.connection import init_database, get_session
4
-from src.opengeodeweb_microservice.database.data import Data
+from opengeodeweb_microservice.database.connection import init_database, get_session
+from opengeodeweb_microservice.database.data import Data
5
6
7
DB_PATH = os.path.join(os.path.dirname(__file__), "test_project.db")
tests/test_database.py
@@ -1,4 +1,4 @@
def test_data_crud_operations(clean_database):
0 commit comments