(self, request, hlink_with_hlinkClick, rId, rId_2, part_, url_2)
| 715 | |
| 716 | @pytest.fixture |
| 717 | def change_hlink_fixture_(self, request, hlink_with_hlinkClick, rId, rId_2, part_, url_2): |
| 718 | hlinkClick_bldr = an_hlinkClick().with_rId(rId_2) |
| 719 | new_rPr_xml = an_rPr().with_nsdecls("a", "r").with_child(hlinkClick_bldr).xml() |
| 720 | part_.relate_to.return_value = rId_2 |
| 721 | property_mock(request, _Hyperlink, "part", return_value=part_) |
| 722 | return hlink_with_hlinkClick, rId, url_2, new_rPr_xml |
| 723 | |
| 724 | @pytest.fixture |
| 725 | def hlink(self, request, part_): |
nothing calls this directly
no test coverage detected