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

Method test_debug

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

Source from the content-addressed store, hash-verified

171 assert data["tier"] == "COMPLEX"
172
173 def test_debug(self) -> None:
174 r = run_cli(["debug", "prove that sqrt(2) is irrational"])
175 assert r.returncode == 0
176 assert "Structural Features:" in r.stdout
177 assert "Unicode Blocks:" in r.stdout
178
179 def test_route_no_prompt_fails(self) -> None:
180 r = run_cli(["route"])

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected