(self, request, run_style_prop_)
| 218 | ] |
| 219 | ) |
| 220 | def add_run_fixture(self, request, run_style_prop_): |
| 221 | before_cxml, text, style, after_cxml = request.param |
| 222 | paragraph = Paragraph(element(before_cxml), None) |
| 223 | expected_xml = xml(after_cxml) |
| 224 | return paragraph, text, style, run_style_prop_, expected_xml |
| 225 | |
| 226 | @pytest.fixture( |
| 227 | params=[ |