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

Method format_fixture

tests/chart/test_marker.py:51–56  ·  view source on GitHub ↗
(self, request, ChartFormat_, chart_format_)

Source from the content-addressed store, hash-verified

49 ]
50 )
51 def format_fixture(self, request, ChartFormat_, chart_format_):
52 cxml, expected_cxml = request.param
53 _element = element(cxml)
54 marker = Marker(_element)
55 expected_xml = xml(expected_cxml)
56 return marker, ChartFormat_, _element, chart_format_, expected_xml
57
58 @pytest.fixture(
59 params=[

Callers

nothing calls this directly

Calls 3

MarkerClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected