MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / test_custom_help_menu

Function test_custom_help_menu

tests/test_cmd2.py:1371–1374  ·  view source on GitHub ↗
(help_app)

Source from the content-addressed store, hash-verified

1369
1370
1371def test_custom_help_menu(help_app) -> None:
1372 out, _err = run_cmd(help_app, "help")
1373 verify_help_text(help_app, out)
1374 assert help_app.last_result is True
1375
1376
1377def test_help_no_help(help_app) -> None:

Callers

nothing calls this directly

Calls 2

run_cmdFunction · 0.85
verify_help_textFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…