MCPcopy Create free account
hub / github.com/IBM/mcp-cli / DummyCommandGroup

Class DummyCommandGroup

tests/commands/test_base.py:223–232  ·  view source on GitHub ↗

Dummy command group for testing.

Source from the content-addressed store, hash-verified

221
222
223class DummyCommandGroup(CommandGroup):
224 """Dummy command group for testing."""
225
226 @property
227 def name(self) -> str:
228 return "test_group"
229
230 @property
231 def description(self) -> str:
232 return "Test command group"
233
234
235class TestCommandGroup:

Calls

no outgoing calls