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

Method command

tests/commands/definitions/test_help_command.py:13–15  ·  view source on GitHub ↗

Create a HelpCommand instance.

(self)

Source from the content-addressed store, hash-verified

11
12 @pytest.fixture
13 def command(self):
14 """Create a HelpCommand instance."""
15 return HelpCommand()
16
17 def test_command_properties(self, command):
18 """Test command properties."""

Callers 1

_register_commandMethod · 0.45

Calls 1

HelpCommandClass · 0.90

Tested by

no test coverage detected