(self, request)
| 942 | ] |
| 943 | ) |
| 944 | def alignment_get_fixture(self, request): |
| 945 | p_cxml, expected_value = request.param |
| 946 | paragraph = _Paragraph(element(p_cxml), None) |
| 947 | return paragraph, expected_value |
| 948 | |
| 949 | @pytest.fixture( |
| 950 | params=[ |
nothing calls this directly
no test coverage detected