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

Function test_cli_no_args

tests/test_cli.py:108–110  ·  view source on GitHub ↗

Test `scenedetect` command invoked without any arguments.

()

Source from the content-addressed store, hash-verified

106
107
108def test_cli_no_args():
109 """Test `scenedetect` command invoked without any arguments."""
110 assert invoke_scenedetect(config_file=None) == 0
111
112
113def test_cli_default_detector():

Callers

nothing calls this directly

Calls 1

invoke_scenedetectFunction · 0.85

Tested by

no test coverage detected