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

Function test_cli_backend_unsupported

tests/test_cli.py:796–801  ·  view source on GitHub ↗

Ensure setting an invalid backend returns an error.

()

Source from the content-addressed store, hash-verified

794
795
796def test_cli_backend_unsupported():
797 """Ensure setting an invalid backend returns an error."""
798 assert (
799 invoke_scenedetect("-i {VIDEO} -b {BACKEND} {DETECTOR}", BACKEND="unknown_backend_type")
800 != 0
801 )
802
803
804def test_cli_load_scenes_options():

Callers

nothing calls this directly

Calls 1

invoke_scenedetectFunction · 0.85

Tested by

no test coverage detected