(self, request)
| 141 | ] |
| 142 | ) |
| 143 | def include_in_layout_set_fixture(self, request): |
| 144 | legend_cxml, new_value, expected_legend_cxml = request.param |
| 145 | legend = Legend(element(legend_cxml)) |
| 146 | expected_xml = xml(expected_legend_cxml) |
| 147 | return legend, new_value, expected_xml |
| 148 | |
| 149 | @pytest.fixture( |
| 150 | params=[ |