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

Method rich_fixture

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

Source from the content-addressed store, hash-verified

233 ]
234 )
235 def rich_fixture(self, request):
236 ser_cxml, expected_cxml = request.param
237 data_label = DataLabel(element(ser_cxml), 42)
238 expected_xml = xml(expected_cxml)
239 return data_label, expected_xml
240
241 @pytest.fixture
242 def text_frame_fixture(self, request, _get_or_add_rich_, TextFrame_):

Callers

nothing calls this directly

Calls 3

DataLabelClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected