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

Function test_help_verbose

tests/test_cmd2.py:1404–1407  ·  view source on GitHub ↗
(help_app: HelpApp)

Source from the content-addressed store, hash-verified

1402
1403
1404def test_help_verbose(help_app: HelpApp) -> None:
1405 out, _err = run_cmd(help_app, "help --verbose")
1406 expected_verbose = utils.strip_doc_annotations(help_app.do_parser_cmd.__doc__)
1407 verify_help_text(help_app, out, verbose_strings=[expected_verbose])
1408
1409
1410def test_help_verbose_with_fake_command(capsys) -> 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…