Test `scenedetect` command invoked without a detector.
()
| 111 | |
| 112 | |
| 113 | def 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 | |
| 118 | def test_cli_crop(): |
nothing calls this directly
no test coverage detected