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

Method italic_set_fixture

tests/text/test_text.py:568–572  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

566 ]
567 )
568 def italic_set_fixture(self, request):
569 rPr_cxml, new_value, expected_rPr_cxml = request.param
570 font = Font(element(rPr_cxml))
571 expected_xml = xml(expected_rPr_cxml)
572 return font, new_value, expected_xml
573
574 @pytest.fixture(
575 params=[

Callers

nothing calls this directly

Calls 3

FontClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected