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

Function test_cli_info_command

tests/test_cli.py:137–139  ·  view source on GitHub ↗

Test `scenedetect` info commands (e.g. help, about).

(info_command)

Source from the content-addressed store, hash-verified

135
136@pytest.mark.parametrize("info_command", ["help", "about", "version"])
137def test_cli_info_command(info_command):
138 """Test `scenedetect` info commands (e.g. help, about)."""
139 assert invoke_scenedetect(info_command) == 0
140
141
142def test_cli_time_validate_options():

Callers

nothing calls this directly

Calls 1

invoke_scenedetectFunction · 0.85

Tested by

no test coverage detected