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

Method test_edit_file

tests/test_breadth.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 assert result in ("standard", "deep")
57
58 def test_edit_file(self):
59 result = classify_breadth_need("Edit config.py and change the debug flag to False")
60 assert result in ("standard", "deep")
61
62
63class TestDeep:

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected