()
| 389 | |
| 390 | @flask_group.command() |
| 391 | def show(): |
| 392 | click.echo(current_app.name) |
| 393 | |
| 394 | result = runner.invoke(cli, ["flask", "show"]) |
| 395 | assert result.output == "flask_test\n" |
nothing calls this directly
no outgoing calls
no test coverage detected