MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / tearDown

Method tearDown

tests/test_command_system.py:167–169  ·  view source on GitHub ↗

Clean up test fixtures.

(self)

Source from the content-addressed store, hash-verified

165 self.registry = CommandRegistry()
166
167 def tearDown(self):
168 """Clean up test fixtures."""
169 get_command_registry().clear()
170
171 def test_register_and_get_command(self):
172 """Test registering and getting a command."""

Callers

nothing calls this directly

Calls 2

get_command_registryFunction · 0.90
clearMethod · 0.45

Tested by

no test coverage detected