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

Method font_fixture

tests/chart/test_legend.py:59–63  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

57 ]
58 )
59 def font_fixture(self, request):
60 legend_cxml, expected_cxml = request.param
61 legend = Legend(element(legend_cxml))
62 expected_xml = xml(expected_cxml)
63 return legend, expected_xml
64
65 @pytest.fixture(
66 params=[

Callers

nothing calls this directly

Calls 3

LegendClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected