(self, request)
| 989 | ] |
| 990 | ) |
| 991 | def before_set_fixture(self, request): |
| 992 | p_cxml, new_value, expected_p_cxml = request.param |
| 993 | paragraph = _Paragraph(element(p_cxml), None) |
| 994 | expected_xml = xml(expected_p_cxml) |
| 995 | return paragraph, new_value, expected_xml |
| 996 | |
| 997 | @pytest.fixture( |
| 998 | params=[ |
nothing calls this directly
no test coverage detected