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

Function testcmd

tests/test_cli.py:310–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 @click.command()
309 @with_appcontext
310 def testcmd():
311 click.echo(current_app.name)
312
313 obj = ScriptInfo(create_app=lambda: Flask("testapp"))
314

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected