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

Method test_help

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

Source from the content-addressed store, hash-verified

87 assert PROXY_VERSION in r.stdout
88
89 def test_help(self) -> None:
90 r = run_cli(["--help"])
91 assert r.returncode == 0
92 assert "uncommon-route" in r.stdout
93 assert "init" in r.stdout
94 assert "openclaw" in r.stdout
95 assert "spend" in r.stdout
96
97 def test_serve_subcommand_help(self) -> None:
98 r = run_cli(["serve", "--help"])

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected