(self, request)
| 1034 | ] |
| 1035 | ) |
| 1036 | def line_break_fixture(self, request): |
| 1037 | cxml, expected_cxml = request.param |
| 1038 | paragraph = _Paragraph(element(cxml), None) |
| 1039 | expected_xml = xml(expected_cxml) |
| 1040 | return paragraph, expected_xml |
| 1041 | |
| 1042 | @pytest.fixture |
| 1043 | def runs_fixture(self): |
nothing calls this directly
no test coverage detected