MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / test_not_found

Method test_not_found

tests/test_patch.py:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.assertIn("[ERROR] String found 2 times", res)
28
29 def test_not_found(self):
30 res = tool_patch_file(str(self.test_file), "missing", "whatever")
31 self.assertIn("[ERROR] String not found", res)
32
33 def test_undo_roundtrip(self):
34 # Initial state

Callers

nothing calls this directly

Calls 1

tool_patch_fileFunction · 0.90

Tested by

no test coverage detected