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

Function test_base_help

tests/test_cmd2.py:88–91  ·  view source on GitHub ↗
(base_app)

Source from the content-addressed store, hash-verified

86
87
88def test_base_help(base_app) -> None:
89 out, _err = run_cmd(base_app, "help")
90 assert base_app.last_result is True
91 verify_help_text(base_app, out)
92
93
94def test_base_help_verbose(base_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…