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

Method margin_get_fixture

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

Source from the content-addressed store, hash-verified

272 ]
273 )
274 def margin_get_fixture(self, request):
275 txBody_cxml, side, unit, expected_value = request.param
276 text_frame = TextFrame(element(txBody_cxml), None)
277 prop_name = "margin_%s" % side
278 return text_frame, prop_name, unit, expected_value
279
280 @pytest.fixture(
281 params=[

Callers

nothing calls this directly

Calls 2

TextFrameClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected