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

Method italic_get_fixture

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

Source from the content-addressed store, hash-verified

554
555 @pytest.fixture(params=[("a:rPr", None), ("a:rPr{i=0}", False), ("a:rPr{i=1}", True)])
556 def italic_get_fixture(self, request):
557 rPr_cxml, expected_value = request.param
558 font = Font(element(rPr_cxml))
559 return font, expected_value
560
561 @pytest.fixture(
562 params=[

Callers

nothing calls this directly

Calls 2

FontClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected