Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Font
Class · 0.90
element
Function · 0.85
Tested by
no test coverage detected