MCPcopy Create free account
hub / github.com/pallets/flask / fixture_app

Function fixture_app

examples/javascript/tests/conftest.py:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6@pytest.fixture(name="app")
7def fixture_app():
8 app.testing = True
9 yield app
10 app.testing = False
11
12
13@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected