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

Function test_video_file

tests/conftest.py:105–107  ·  view source on GitHub ↗

Simple test video containing both fast cuts and fades/dissolves.

()

Source from the content-addressed store, hash-verified

103
104@pytest.fixture
105def 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

Callers

nothing calls this directly

Calls 1

check_existsFunction · 0.85

Tested by

no test coverage detected