(self, request)
| 90 | ] |
| 91 | ) |
| 92 | def name_set_fixture(self, request): |
| 93 | xSld_cxml, new_value, expected_cxml = request.param |
| 94 | base_slide = _BaseSlide(element(xSld_cxml), None) |
| 95 | expected_xml = xml(expected_cxml) |
| 96 | return base_slide, new_value, expected_xml |
| 97 | |
| 98 | # fixture components --------------------------------------------- |
| 99 |
nothing calls this directly
no test coverage detected