MCPcopy Create free account
hub / github.com/pallets/quart / test_cli_runner

Method test_cli_runner

src/quart/app.py:936–938  ·  view source on GitHub ↗

Creates and returns a CLI test runner.

(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

934 return self.test_client_class(self, use_cookies=use_cookies, **kwargs)
935
936 def test_cli_runner(self, **kwargs: Any) -> QuartCliRunner:
937 """Creates and returns a CLI test runner."""
938 return self.test_cli_runner_class(self, **kwargs) # type: ignore
939
940 @setupmethod
941 def before_websocket(

Callers 1

test_cli_blueprintsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected