Test `scenedetect` command invoked without any arguments.
()
| 106 | |
| 107 | |
| 108 | def test_cli_no_args(): |
| 109 | """Test `scenedetect` command invoked without any arguments.""" |
| 110 | assert invoke_scenedetect(config_file=None) == 0 |
| 111 | |
| 112 | |
| 113 | def test_cli_default_detector(): |
nothing calls this directly
no test coverage detected