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

Method action_fixture

tests/test_action.py:132–138  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

130 ]
131 )
132 def action_fixture(self, request):
133 cNvPr_cxml, action_text, expected_action = request.param
134 cNvPr = element(cNvPr_cxml)
135 if action_text is not None:
136 cNvPr.hlinkClick.action = action_text
137 action_setting = ActionSetting(cNvPr, None)
138 return action_setting, expected_action
139
140 @pytest.fixture(
141 params=[

Callers

nothing calls this directly

Calls 2

ActionSettingClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected