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

Method setUp

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

Source from the content-addressed store, hash-verified

168
169class TestGrepTool(unittest.TestCase):
170 def setUp(self):
171 self.tool = GrepTool()
172
173 def test_search_in_file(self):
174 with tempfile.NamedTemporaryFile(mode="w", suffix=".py", delete=False) as f:

Callers

nothing calls this directly

Calls 1

GrepToolClass · 0.90

Tested by

no test coverage detected