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

Method test_weak_moves_up

tests/test_feedback.py:99–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97
98class TestAdjustTier:
99 def test_weak_moves_up(self) -> None:
100 assert _adjust_tier("SIMPLE", "weak") == "MEDIUM"
101 assert _adjust_tier("MEDIUM", "weak") == "COMPLEX"
102 assert _adjust_tier("REASONING", "weak") == "COMPLEX"
103
104 def test_weak_caps_at_complex(self) -> None:
105 assert _adjust_tier("COMPLEX", "weak") == "COMPLEX"

Callers

nothing calls this directly

Calls 1

_adjust_tierFunction · 0.90

Tested by

no test coverage detected