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