Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ test
Function
test
tests/test_cli.py:326–327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
324
325
@cli.command()
326
def
test():
327
click.echo(current_app.name)
328
329
@cli.group()
330
def
subgroup():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected