MCPcopy Create free account
hub / github.com/scanny/python-pptx / ext_fixture

Method ext_fixture

tests/test_media.py:85–88  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

83 ]
84 )
85 def ext_fixture(self, request):
86 mime_type, filename, expected_value = request.param
87 video = Video(None, mime_type, filename)
88 return video, expected_value
89
90 @pytest.fixture(params=[("foobar.mp4", None, "foobar.mp4"), (None, "vid", "movie.vid")])
91 def filename_fixture(self, request, ext_prop_):

Callers

nothing calls this directly

Calls 1

VideoClass · 0.90

Tested by

no test coverage detected