MCPcopy Create free account
hub / github.com/scanny/python-pptx / line_break_fixture

Method line_break_fixture

tests/text/test_text.py:1036–1040  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

_ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected