MCPcopy Create free account
hub / github.com/MearaY/StegaPy / _cli

Function _cli

tests/test_e2e.py:161–165  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

159# ── CLI 测试 ───────────────────────────────────────────────────────────
160
161def _cli(*args) -> subprocess.CompletedProcess:
162 return subprocess.run(
163 [sys.executable, str(ROOT / "cli.py"), *args],
164 capture_output=True, text=True, cwd=str(ROOT)
165 )
166
167
168class TestCLI:

Callers 5

test_helpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected