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

Method m_parts_fixture

tests/test_package.py:80–83  ·  view source on GitHub ↗
(self, _MediaParts_, media_parts_)

Source from the content-addressed store, hash-verified

78
79 @pytest.fixture
80 def m_parts_fixture(self, _MediaParts_, media_parts_):
81 package = Package(None)
82 _MediaParts_.return_value = media_parts_
83 return package, _MediaParts_, media_parts_
84
85 @pytest.fixture(params=[((3, 4, 2), 1), ((4, 2, 1), 3), ((2, 3, 1), 4)])
86 def next_fixture(self, request, iter_parts_):

Callers

nothing calls this directly

Calls 1

PackageClass · 0.90

Tested by

no test coverage detected