(self, request)
| 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_): |