(self, request)
| 929 | ] |
| 930 | ) |
| 931 | def after_set_fixture(self, request): |
| 932 | p_cxml, new_value, expected_p_cxml = request.param |
| 933 | paragraph = _Paragraph(element(p_cxml), None) |
| 934 | expected_xml = xml(expected_p_cxml) |
| 935 | return paragraph, new_value, expected_xml |
| 936 | |
| 937 | @pytest.fixture( |
| 938 | params=[ |
nothing calls this directly
no test coverage detected