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

Method has_title_get_fixture

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

Source from the content-addressed store, hash-verified

176 ]
177 )
178 def has_title_get_fixture(self, request):
179 xAx_cxml, expected_value = request.param
180 axis = _BaseAxis(element(xAx_cxml))
181 return axis, expected_value
182
183 @pytest.fixture(
184 params=[

Callers

nothing calls this directly

Calls 2

_BaseAxisClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected