(self, request)
| 1021 | ] |
| 1022 | ) |
| 1023 | def level_set_fixture(self, request): |
| 1024 | p_cxml, new_value, expected_p_cxml = request.param |
| 1025 | paragraph = _Paragraph(element(p_cxml), None) |
| 1026 | expected_xml = xml(expected_p_cxml) |
| 1027 | return paragraph, new_value, expected_xml |
| 1028 | |
| 1029 | @pytest.fixture( |
| 1030 | params=[ |
nothing calls this directly
no test coverage detected