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

Method autosize_get_fixture

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

Source from the content-addressed store, hash-verified

255 ]
256 )
257 def autosize_get_fixture(self, request):
258 txBody_cxml, expected_value = request.param
259 text_frame = TextFrame(element(txBody_cxml), None)
260 return text_frame, expected_value
261
262 @pytest.fixture(
263 params=[

Callers

nothing calls this directly

Calls 2

TextFrameClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected