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

Method underline_get_fixture

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

Source from the content-addressed store, hash-verified

645 ]
646 )
647 def underline_get_fixture(self, request):
648 rPr_cxml, expected_value = request.param
649 font = Font(element(rPr_cxml))
650 return font, expected_value
651
652 @pytest.fixture(
653 params=[

Callers

nothing calls this directly

Calls 2

FontClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected