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

Method setUp

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

Source from the content-addressed store, hash-verified

62
63class TestFileReadTool(unittest.TestCase):
64 def setUp(self):
65 self.tool = FileReadTool()
66
67 def test_read_existing_file(self):
68 with tempfile.NamedTemporaryFile(mode="w", suffix=".txt", delete=False) as f:

Callers

nothing calls this directly

Calls 1

FileReadToolClass · 0.90

Tested by

no test coverage detected