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

Function hello_command

tests/test_testing.py:352–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350def test_cli_invoke(app):
351 @app.cli.command("hello")
352 def hello_command():
353 click.echo("Hello, World!")
354
355 runner = app.test_cli_runner()
356 # invoke with command name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected