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.
pytest.fixture
yield_fixture
1 parent 307d0d4 commit ab701b3Copy full SHA for ab701b3
pytest_flask/fixtures.py
@@ -30,7 +30,7 @@ def deprecated_call(*args, **kwargs):
30
return decorator
31
32
33
-@pytest.yield_fixture
+@pytest.fixture
34
def client(app):
35
"""A Flask test client. An instance of :class:`flask.testing.TestClient`
36
by default.
0 commit comments