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

Method test_full_api

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

Source from the content-addressed store, hash-verified

64 """Complex multi-step or multi-file tasks should classify as deep."""
65
66 def test_full_api(self):
67 result = classify_breadth_need(
68 "Create a full REST API with authentication, database integration, "
69 "and then write tests and deploy to the server"
70 )
71 assert result == "deep"
72
73 def test_multi_file_with_tests(self):
74 result = classify_breadth_need(

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected