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

Method test_write_function

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

Source from the content-addressed store, hash-verified

48 assert result in ("standard", "deep")
49
50 def test_write_function(self):
51 result = classify_breadth_need("Write a function that calculates the factorial of a number")
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")

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected