MCPcopy Create free account
hub / github.com/Louisym/MiniCC / test_cli_summary_runs

Method test_cli_summary_runs

tests/test_porting_workspace.py:27–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 self.assertIn('Tool surface:', summary)
26
27 def test_cli_summary_runs(self) -> None:
28 result = subprocess.run(
29 [sys.executable, '-m', 'src.main', 'summary'],
30 check=True,
31 capture_output=True,
32 text=True,
33 )
34 self.assertIn('Python Porting Workspace Summary', result.stdout)
35
36 def test_parity_audit_runs(self) -> None:
37 result = subprocess.run(

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected