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

Method sld_height_set_fixture

tests/test_presentation.py:141–145  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

139 ]
140 )
141 def sld_height_set_fixture(self, request):
142 prs_cxml, expected_cxml = request.param
143 prs = Presentation(element(prs_cxml), None)
144 expected_xml = xml(expected_cxml)
145 return prs, 914400, expected_xml
146
147 @pytest.fixture(params=[("p:presentation", None), ("p:presentation/p:sldSz{cx=42}", 42)])
148 def sld_width_get_fixture(self, request):

Callers

nothing calls this directly

Calls 3

PresentationClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected