(self, request)
| 566 | ] |
| 567 | ) |
| 568 | def italic_set_fixture(self, request): |
| 569 | rPr_cxml, new_value, expected_rPr_cxml = request.param |
| 570 | font = Font(element(rPr_cxml)) |
| 571 | expected_xml = xml(expected_rPr_cxml) |
| 572 | return font, new_value, expected_xml |
| 573 | |
| 574 | @pytest.fixture( |
| 575 | params=[ |