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

Function test_get_help_topics

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

Source from the content-addressed store, hash-verified

3582
3583
3584def test_get_help_topics(base_app) -> None:
3585 # Verify that the base app has no additional help_foo methods
3586 custom_help = base_app.get_help_topics()
3587 assert len(custom_help) == 0
3588
3589
3590def test_get_help_topics_hidden() -> None:

Callers

nothing calls this directly

Calls 1

get_help_topicsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…