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

Method has_tf_set_fixture

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

Source from the content-addressed store, hash-verified

163 ]
164 )
165 def has_tf_set_fixture(self, request):
166 ser_cxml, value, expected_cxml = request.param
167 data_label = DataLabel(element(ser_cxml), 42)
168 expected_xml = xml(expected_cxml)
169 return data_label, value, expected_xml
170
171 @pytest.fixture(
172 params=[

Callers

nothing calls this directly

Calls 3

DataLabelClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected