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

Method test_fix_bug

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

Source from the content-addressed store, hash-verified

52 assert result in ("standard", "deep")
53
54 def test_fix_bug(self):
55 result = classify_breadth_need("Fix the bug in fibonacci.py where it crashes on negative input")
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")

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected