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

Method setUp

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

Source from the content-addressed store, hash-verified

40
41class TestBashTool(unittest.TestCase):
42 def setUp(self):
43 self.tool = BashTool()
44
45 def test_execute_echo(self):
46 result = self.tool.execute({"command": "echo hello"})

Callers

nothing calls this directly

Calls 1

BashToolClass · 0.90

Tested by

no test coverage detected