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

Method blob_fixture

tests/parts/test_image.py:150–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148
149 @pytest.fixture
150 def blob_fixture(self):
151 blob = b"foobar"
152 image = Image(blob, None)
153 return image, blob
154
155 @pytest.fixture(
156 params=[

Callers

nothing calls this directly

Calls 1

ImageClass · 0.90

Tested by

no test coverage detected