MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / test_image_sequence

Function test_image_sequence

tests/conftest.py:146–148  ·  view source on GitHub ↗

Path to a short image sequence (from counter.mp4).

()

Source from the content-addressed store, hash-verified

144
145@pytest.fixture
146def 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected