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

Function cli

tests/test_cli.py:322–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320def test_appgroup_app_context(runner):
321 @click.group(cls=AppGroup)
322 def cli():
323 pass
324
325 @cli.command()
326 def test():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected