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

Function test_help_cat_verbose

tests/test_cmd2.py:1499–1507  ·  view source on GitHub ↗
(helpcat_app)

Source from the content-addressed store, hash-verified

1497
1498
1499def test_help_cat_verbose(helpcat_app) -> None:
1500 out, _err = run_cmd(helpcat_app, "help --verbose")
1501 assert helpcat_app.last_result is True
1502 verify_help_text(helpcat_app, out)
1503
1504 help_text = "".join(out)
1505 assert helpcat_app.CUSTOM_CATEGORY in help_text
1506 assert helpcat_app.SOME_CATEGORY in help_text
1507 assert helpcat_app.DEFAULT_CATEGORY in help_text
1508
1509
1510class SelectApp(cmd2.Cmd):

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…