MCPcopy Index your code
hub / github.com/python-openxml/python-docx / add_run_fixture

Method add_run_fixture

tests/text/test_paragraph.py:220–224  ·  view source on GitHub ↗
(self, request, run_style_prop_)

Source from the content-addressed store, hash-verified

218 ]
219 )
220 def add_run_fixture(self, request, run_style_prop_):
221 before_cxml, text, style, after_cxml = request.param
222 paragraph = Paragraph(element(before_cxml), None)
223 expected_xml = xml(after_cxml)
224 return paragraph, text, style, run_style_prop_, expected_xml
225
226 @pytest.fixture(
227 params=[

Callers

nothing calls this directly

Calls 3

ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected