Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcefghj/miniClaudeCode
/ setUp
Method
setUp
tests/test_tools.py:94–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
93
class
TestFileWriteTool(unittest.TestCase):
94
def
setUp(self):
95
self.tool = FileWriteTool()
96
97
def
test_write_new_file(self):
98
with
tempfile.TemporaryDirectory()
as
tmpdir:
Callers
nothing calls this directly
Calls
1
FileWriteTool
Class · 0.90
Tested by
no test coverage detected