Movie clip containing fast cuts.
()
| 109 | |
| 110 | @pytest.fixture |
| 111 | def test_movie_clip() -> str: |
| 112 | """Movie clip containing fast cuts.""" |
| 113 | return check_exists("tests/resources/goldeneye.mp4") |
| 114 | |
| 115 | |
| 116 | @pytest.fixture |
nothing calls this directly
no test coverage detected