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

Method blob_fixture

tests/test_media.py:65–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63
64 @pytest.fixture
65 def blob_fixture(self):
66 blob = b"blob-bytes"
67 video = Video(blob, None, None)
68 expected_value = blob
69 return video, expected_value
70
71 @pytest.fixture
72 def content_type_fixture(self):

Callers

nothing calls this directly

Calls 1

VideoClass · 0.90

Tested by

no test coverage detected