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

Method before_set_fixture

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

Source from the content-addressed store, hash-verified

989 ]
990 )
991 def before_set_fixture(self, request):
992 p_cxml, new_value, expected_p_cxml = request.param
993 paragraph = _Paragraph(element(p_cxml), None)
994 expected_xml = xml(expected_p_cxml)
995 return paragraph, new_value, expected_xml
996
997 @pytest.fixture(
998 params=[

Callers

nothing calls this directly

Calls 3

_ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected