Path to a short image sequence (from counter.mp4).
()
| 144 | |
| 145 | @pytest.fixture |
| 146 | def test_image_sequence() -> str: |
| 147 | """Path to a short image sequence (from counter.mp4).""" |
| 148 | return "tests/resources/counter/frame%03d.png" |
| 149 | |
| 150 | |
| 151 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected