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

Method filename_fixture

tests/parts/test_image.py:203–206  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

201
202 @pytest.fixture(params=["foo.bar", None])
203 def filename_fixture(self, request):
204 filename = request.param
205 image = Image(None, filename)
206 return image, filename
207
208 @pytest.fixture
209 def from_stream_fixture(self, from_blob_, image_):

Callers

nothing calls this directly

Calls 1

ImageClass · 0.90

Tested by

no test coverage detected