Skip to content

Commit 64a3b98

Browse files
committed
Merge branch 'feat/githubFolder' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/githubFolder
2 parents ad13eda + bd65b8c commit 64a3b98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def copy_data():
3030

3131
init_database(app)
3232

33+
3334
@pytest.fixture
3435
def client():
3536
app.config["REQUEST_COUNTER"] = 0

tests/test_models_routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from opengeodeweb_microservice.microservice.data import Data
77
from opengeodeweb_microservice.database.connection import get_session
88

9+
910
def test_model_mesh_components(client, test_id):
1011
route = f"/models/vtm_component_indices"
1112

0 commit comments

Comments
 (0)