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

Method masters_fixture

tests/test_presentation.py:106–110  ·  view source on GitHub ↗
(self, request, SlideMasters_, slide_masters_)

Source from the content-addressed store, hash-verified

104 ]
105 )
106 def masters_fixture(self, request, SlideMasters_, slide_masters_):
107 prs_cxml, expected_cxml = request.param
108 prs = Presentation(element(prs_cxml), None)
109 expected_xml = xml(expected_cxml)
110 return prs, SlideMasters_, slide_masters_, expected_xml
111
112 @pytest.fixture
113 def notes_master_fixture(self, prs_part_, notes_master_):

Callers

nothing calls this directly

Calls 3

PresentationClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected