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

Method test_group_creation

tests/commands/test_base.py:238–241  ·  view source on GitHub ↗

Test creating a command group.

(self)

Source from the content-addressed store, hash-verified

236 """Test the CommandGroup class."""
237
238 def test_group_creation(self):
239 """Test creating a command group."""
240 group = DummyCommandGroup()
241 assert group.subcommands == {}
242
243 def test_add_subcommand(self):
244 """Test adding subcommands."""

Callers

nothing calls this directly

Calls 1

DummyCommandGroupClass · 0.70

Tested by

no test coverage detected