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

Method after_get_fixture

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

Source from the content-addressed store, hash-verified

908 ]
909 )
910 def after_get_fixture(self, request):
911 p_cxml, expected_value = request.param
912 paragraph = _Paragraph(element(p_cxml), None)
913 return paragraph, expected_value
914
915 @pytest.fixture(
916 params=[

Callers

nothing calls this directly

Calls 2

_ParagraphClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected