(self, request)
| 954 | ] |
| 955 | ) |
| 956 | def alignment_set_fixture(self, request): |
| 957 | p_cxml, new_value, expected_p_cxml = request.param |
| 958 | paragraph = _Paragraph(element(p_cxml), None) |
| 959 | expected_xml = xml(expected_p_cxml) |
| 960 | return paragraph, new_value, expected_xml |
| 961 | |
| 962 | @pytest.fixture( |
| 963 | params=[ |
nothing calls this directly
no test coverage detected