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

Method test_route_text

tests/test_usage_modes.py:129–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 assert "Model pool: anthropic/claude-sonnet-4.6 -> openai/gpt-5.2" in show.stdout
128
129 def test_route_text(self) -> None:
130 r = run_cli(["route", "what is 2+2"])
131 assert r.returncode == 0
132 assert "Model:" in r.stdout
133 assert "Tier:" in r.stdout
134 assert "SIMPLE" in r.stdout
135
136 def test_route_json(self) -> None:
137 r = run_cli(["route", "--json", "explain quicksort in detail"])

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected