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

Method test_route_no_prompt_fails

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

Source from the content-addressed store, hash-verified

177 assert "Unicode Blocks:" in r.stdout
178
179 def test_route_no_prompt_fails(self) -> None:
180 r = run_cli(["route"])
181 assert r.returncode != 0
182
183 def test_doctor_local_upstream_without_key(self, tmp_path: Path) -> None:
184 env = {

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected