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

Method has_title_set_fixture

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

Source from the content-addressed store, hash-verified

197 ]
198 )
199 def has_title_set_fixture(self, request):
200 xAx_cxml, new_value, expected_xAx_cxml = request.param
201 axis = _BaseAxis(element(xAx_cxml))
202 expected_xml = xml(expected_xAx_cxml)
203 return axis, new_value, expected_xml
204
205 @pytest.fixture(params=["c:catAx", "c:dateAx", "c:valAx"])
206 def maj_grdlns_fixture(self, request, MajorGridlines_, major_gridlines_):

Callers

nothing calls this directly

Calls 3

_BaseAxisClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected