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

Function test_script_info_load_app

tests/test_cli.py:64–66  ·  view source on GitHub ↗
(app: Mock)

Source from the content-addressed store, hash-verified

62
63
64def test_script_info_load_app(app: Mock) -> None:
65 info = ScriptInfo("module:app")
66 assert info.load_app() == app
67
68
69def test_version_command() -> None:

Callers

nothing calls this directly

Calls 2

load_appMethod · 0.95
ScriptInfoClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…