(self, request)
| 233 | ] |
| 234 | ) |
| 235 | def rich_fixture(self, request): |
| 236 | ser_cxml, expected_cxml = request.param |
| 237 | data_label = DataLabel(element(ser_cxml), 42) |
| 238 | expected_xml = xml(expected_cxml) |
| 239 | return data_label, expected_xml |
| 240 | |
| 241 | @pytest.fixture |
| 242 | def text_frame_fixture(self, request, _get_or_add_rich_, TextFrame_): |