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

Method major_tick_get_fixture

tests/chart/test_axis.py:262–265  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

260 ]
261 )
262 def major_tick_get_fixture(self, request):
263 xAx_cxml, expected_value = request.param
264 axis = _BaseAxis(element(xAx_cxml))
265 return axis, expected_value
266
267 @pytest.fixture(
268 params=[

Callers

nothing calls this directly

Calls 2

_BaseAxisClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected