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

Method test_strong_moves_down

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

Source from the content-addressed store, hash-verified

106 assert _adjust_tier("REASONING", "weak") == "COMPLEX"
107
108 def test_strong_moves_down(self) -> None:
109 assert _adjust_tier("COMPLEX", "strong") == "MEDIUM"
110 assert _adjust_tier("MEDIUM", "strong") == "SIMPLE"
111
112 def test_strong_caps_at_simple(self) -> None:
113 assert _adjust_tier("SIMPLE", "strong") == "SIMPLE"

Callers

nothing calls this directly

Calls 1

_adjust_tierFunction · 0.90

Tested by

no test coverage detected