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

Method font_fixture

tests/chart/test_datalabel.py:74–78  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

72 ]
73 )
74 def font_fixture(self, request):
75 ser_cxml, expected_cxml = request.param
76 data_label = DataLabel(element(ser_cxml), 9)
77 expected_xml = xml(expected_cxml)
78 return data_label, expected_xml
79
80 @pytest.fixture(
81 params=[

Callers

nothing calls this directly

Calls 3

DataLabelClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected