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

Method alignment_get_fixture

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

Source from the content-addressed store, hash-verified

942 ]
943 )
944 def alignment_get_fixture(self, request):
945 p_cxml, expected_value = request.param
946 paragraph = _Paragraph(element(p_cxml), None)
947 return paragraph, expected_value
948
949 @pytest.fixture(
950 params=[

Callers

nothing calls this directly

Calls 2

_ParagraphClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected