Video containing a corrupted frame causing a decode failure.
()
| 132 | |
| 133 | @pytest.fixture |
| 134 | def corrupt_video_file() -> str: |
| 135 | """Video containing a corrupted frame causing a decode failure.""" |
| 136 | return check_exists("tests/resources/corrupt_frame.mp4") |
| 137 | |
| 138 | |
| 139 | @pytest.fixture |
nothing calls this directly
no test coverage detected