Clean up test fixtures.
(self)
| 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.""" |
nothing calls this directly
no test coverage detected