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

Function subcommand_app

tests/test_argparse_subcommands.py:62–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61@pytest.fixture
62def subcommand_app():
63 return WithCommandSets(auto_load_commands=False, command_sets=[SubcommandSet(1)])
64
65
66def test_subcommand_foo(subcommand_app) -> None:

Callers

nothing calls this directly

Calls 2

SubcommandSetClass · 0.85
WithCommandSetsClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…