MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_find_missing

Method test_find_missing

tests/test_build_tool.py:178–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 self.assertIs(find_tool_by_name(tools, "b"), t2)
177
178 def test_find_missing(self) -> None:
179 tools: Tools = []
180 self.assertIsNone(find_tool_by_name(tools, "X"))
181
182
183class TestValidationResult(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

find_tool_by_nameFunction · 0.90

Tested by

no test coverage detected