Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcefghj/miniClaudeCode
/ test_error_flag
Method
test_error_flag
tests/test_agent_loop.py:90–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
self.assertFalse(r.is_error)
89
90
def
test_error_flag(self):
91
r = ToolResult(output=
"fail"
, is_error=True)
92
self.assertTrue(r.is_error)
93
94
95
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected