MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / test_cli_default_detector

Function test_cli_default_detector

tests/test_cli.py:113–115  ·  view source on GitHub ↗

Test `scenedetect` command invoked without a detector.

()

Source from the content-addressed store, hash-verified

111
112
113def test_cli_default_detector():
114 """Test `scenedetect` command invoked without a detector."""
115 assert invoke_scenedetect("-i {VIDEO} time {TIME}", config_file=None) == 0
116
117
118def test_cli_crop():

Callers

nothing calls this directly

Calls 1

invoke_scenedetectFunction · 0.85

Tested by

no test coverage detected