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

Class WithCommandSets

tests/conftest.py:180–184  ·  view source on GitHub ↗

Class for testing custom help_* methods which override docstring help.

Source from the content-addressed store, hash-verified

178
179
180class WithCommandSets(ExternalTestMixin, cmd2.Cmd):
181 """Class for testing custom help_* methods which override docstring help."""
182
183 def __init__(self, *args, **kwargs) -> None:
184 super().__init__(*args, **kwargs)
185
186
187@pytest.fixture

Callers 5

test_command_synonymsFunction · 0.70
subcommand_appFunction · 0.70
manual_command_sets_appFunction · 0.70

Calls

no outgoing calls

Tested by 5

test_command_synonymsFunction · 0.56
subcommand_appFunction · 0.56
manual_command_sets_appFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…