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

Method test_create_simple_file

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

Source from the content-addressed store, hash-verified

44 """Single-file coding tasks should classify as standard."""
45
46 def test_create_simple_file(self):
47 result = classify_breadth_need("Create a Python script called hello.py that prints Hello World")
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")

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected