(self, request)
| 118 | ] |
| 119 | ) |
| 120 | def style_set_fixture(self, request): |
| 121 | cxml, value, expected_cxml = request.param |
| 122 | marker = Marker(element(cxml)) |
| 123 | expected_xml = xml(expected_cxml) |
| 124 | return marker, value, expected_xml |
| 125 | |
| 126 | # fixture components --------------------------------------------- |
| 127 |