MCPcopy Create free account
hub / github.com/bcefghj/miniClaudeCode / test_empty_command

Method test_empty_command

tests/test_tools.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.assertIsNone(denial)
57
58 def test_empty_command(self):
59 result = self.tool.execute({"command": ""})
60 self.assertTrue(result.is_error)
61
62
63class TestFileReadTool(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected