(self, request)
| 113 | ] |
| 114 | ) |
| 115 | def horz_offset_set_fixture(self, request): |
| 116 | legend_cxml, new_value, expected_legend_cxml = request.param |
| 117 | legend = Legend(element(legend_cxml)) |
| 118 | expected_xml = xml(expected_legend_cxml) |
| 119 | return legend, new_value, expected_xml |
| 120 | |
| 121 | @pytest.fixture( |
| 122 | params=[ |