MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_empty_is_simple

Method test_empty_is_simple

tests/test_bench.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 assert classify("hello").tier == Tier.SIMPLE
105
106 def test_empty_is_simple(self) -> None:
107 assert classify("").tier == Tier.SIMPLE
108
109 def test_code_snippet_question_not_reasoning(self) -> None:
110 result = classify("What does this code do?\n```python\nprint('hello')\n```")

Callers

nothing calls this directly

Calls 1

classifyFunction · 0.90

Tested by

no test coverage detected