(self, request, ChartFormat_, chart_format_)
| 49 | ] |
| 50 | ) |
| 51 | def format_fixture(self, request, ChartFormat_, chart_format_): |
| 52 | cxml, expected_cxml = request.param |
| 53 | _element = element(cxml) |
| 54 | marker = Marker(_element) |
| 55 | expected_xml = xml(expected_cxml) |
| 56 | return marker, ChartFormat_, _element, chart_format_, expected_xml |
| 57 | |
| 58 | @pytest.fixture( |
| 59 | params=[ |