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

Method test_version

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

Source from the content-addressed store, hash-verified

82
83class TestCLI:
84 def test_version(self) -> None:
85 r = run_cli(["--version"])
86 assert r.returncode == 0
87 assert PROXY_VERSION in r.stdout
88
89 def test_help(self) -> None:
90 r = run_cli(["--help"])

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected