MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / _cuts

Function _cuts

tests/release/test_cli_permutations.py:117–119  ·  view source on GitHub ↗
(csv_path)

Source from the content-addressed store, hash-verified

115 assert run2.returncode == 0, run2.stderr
116
117 def _cuts(csv_path):
118 # First line is the cut-list summary; extract it for comparison.
119 return csv_path.read_text().splitlines()[0]
120
121 assert _cuts(tmp_path / "run1.csv") == _cuts(tmp_path / "run2.csv"), (
122 "Cut list differs between stats-producing run and stats-consuming run."

Callers 1

test_cli_stats_roundtripFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected