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

Method format_fixture

tests/chart/test_axis.py:163–166  ·  view source on GitHub ↗
(self, request, ChartFormat_, format_)

Source from the content-addressed store, hash-verified

161
162 @pytest.fixture(params=["c:catAx", "c:dateAx", "c:valAx"])
163 def format_fixture(self, request, ChartFormat_, format_):
164 xAx_cxml = request.param
165 axis = _BaseAxis(element(xAx_cxml))
166 return axis, ChartFormat_, format_
167
168 @pytest.fixture(
169 params=[

Callers

nothing calls this directly

Calls 2

_BaseAxisClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected