We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea13a6 commit 203d70eCopy full SHA for 203d70e
1 file changed
tests/conftest.py
@@ -57,6 +57,7 @@ def app(test_notebook):
57
nb2workflow.nbadapter.ontology._is_ontology_available = True
58
print("creating app")
59
return app
60
+
61
62
63
@pytest.fixture
@@ -197,3 +198,7 @@ def pytest_collection_modifyitems(config, items):
197
198
for item in items:
199
if "service" in item.keywords:
200
item.add_marker(skip_service)
201
202
+@pytest.fixture
203
+def client(app):
204
+ return app.test_client()
0 commit comments