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

Method test_question_mark

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

Source from the content-addressed store, hash-verified

25 assert classify_breadth_need("How does async/await work?") == "minimal"
26
27 def test_question_mark(self):
28 assert classify_breadth_need("Is Python pass-by-reference?") == "minimal"
29
30 def test_explain_request(self):
31 assert classify_breadth_need("Explain how closures work in Python") == "minimal"

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected