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

Method test_simple_question

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

Source from the content-addressed store, hash-verified

19 """Q&A and short conversational messages should classify as minimal."""
20
21 def test_simple_question(self):
22 assert classify_breadth_need("What is a decorator?") == "minimal"
23
24 def test_how_question(self):
25 assert classify_breadth_need("How does async/await work?") == "minimal"

Callers

nothing calls this directly

Calls 1

classify_breadth_needFunction · 0.90

Tested by

no test coverage detected