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

Function runner

examples/tutorial/tests/conftest.py:42–44  ·  view source on GitHub ↗

A test runner for the app's Click commands.

(app)

Source from the content-addressed store, hash-verified

40
41@pytest.fixture
42def runner(app):
43 """A test runner for the app's Click commands."""
44 return app.test_cli_runner()
45
46
47class AuthActions:

Callers

nothing calls this directly

Calls 1

test_cli_runnerMethod · 0.80

Tested by

no test coverage detected