(self, request)
| 659 | ] |
| 660 | ) |
| 661 | def underline_set_fixture(self, request): |
| 662 | rPr_cxml, new_value, expected_rPr_cxml = request.param |
| 663 | font = Font(element(rPr_cxml)) |
| 664 | expected_xml = xml(expected_rPr_cxml) |
| 665 | return font, new_value, expected_xml |
| 666 | |
| 667 | # fixture components --------------------------------------------- |
| 668 |