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

Method setUp

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

Source from the content-addressed store, hash-verified

111
112class TestFileEditTool(unittest.TestCase):
113 def setUp(self):
114 self.tool = FileEditTool()
115
116 def test_replace_unique_string(self):
117 with tempfile.NamedTemporaryFile(mode="w", suffix=".txt", delete=False) as f:

Callers

nothing calls this directly

Calls 1

FileEditToolClass · 0.90

Tested by

no test coverage detected