(self, request)
| 57 | ] |
| 58 | ) |
| 59 | def font_fixture(self, request): |
| 60 | legend_cxml, expected_cxml = request.param |
| 61 | legend = Legend(element(legend_cxml)) |
| 62 | expected_xml = xml(expected_cxml) |
| 63 | return legend, expected_xml |
| 64 | |
| 65 | @pytest.fixture( |
| 66 | params=[ |