(self, Hyperlink_, hyperlink_)
| 159 | |
| 160 | @pytest.fixture |
| 161 | def hyperlink_fixture(self, Hyperlink_, hyperlink_): |
| 162 | xPr, parent = "xPr", "parent" |
| 163 | action_setting = ActionSetting(xPr, parent) |
| 164 | return action_setting, hyperlink_, Hyperlink_, xPr, parent |
| 165 | |
| 166 | @pytest.fixture |
| 167 | def _slide_index_fixture(self, request, part_prop_): |
nothing calls this directly
no test coverage detected