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.
2 parents ad13eda + bd65b8c commit 64a3b98Copy full SHA for 64a3b98
tests/conftest.py
@@ -30,6 +30,7 @@ def copy_data():
30
31
init_database(app)
32
33
+
34
@pytest.fixture
35
def client():
36
app.config["REQUEST_COUNTER"] = 0
tests/test_models_routes.py
@@ -6,6 +6,7 @@
6
from opengeodeweb_microservice.microservice.data import Data
7
from opengeodeweb_microservice.database.connection import get_session
8
9
10
def test_model_mesh_components(client, test_id):
11
route = f"/models/vtm_component_indices"
12
0 commit comments