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

Function _run

tests/release/test_cli_permutations.py:24–31  ·  view source on GitHub ↗
(args, cwd)

Source from the content-addressed store, hash-verified

22
23
24def _run(args, cwd):
25 result = subprocess.run(
26 [sys.executable, "-m", "scenedetect", *args],
27 cwd=cwd,
28 capture_output=True,
29 text=True,
30 )
31 return result
32
33
34@pytest.mark.release

Callers 8

test_cli_chain_smokeFunction · 0.85
test_cli_range_smokeFunction · 0.85
test_cli_stats_roundtripFunction · 0.85
test_cli_save_fcp_smokeFunction · 0.85
test_cli_save_qp_smokeFunction · 0.85
test_cli_save_html_smokeFunction · 0.85
_edlFunction · 0.85

Calls 1

runMethod · 0.80

Tested by

no test coverage detected