Simple test video containing both fast cuts and fades/dissolves.
()
| 103 | |
| 104 | @pytest.fixture |
| 105 | def test_video_file() -> str: |
| 106 | """Simple test video containing both fast cuts and fades/dissolves.""" |
| 107 | return check_exists("tests/resources/testvideo.mp4") |
| 108 | |
| 109 | |
| 110 | @pytest.fixture |
nothing calls this directly
no test coverage detected