Test --crop functionality.
()
| 116 | |
| 117 | |
| 118 | def test_cli_crop(): |
| 119 | """Test --crop functionality.""" |
| 120 | assert invoke_scenedetect("-i {VIDEO} --crop 0 0 256 256 time {TIME}", config_file=None) == 0 |
| 121 | |
| 122 | |
| 123 | def test_cli_crop_rejects_invalid(): |
nothing calls this directly
no test coverage detected