(self, request)
| 157 | ] |
| 158 | ) |
| 159 | def sld_width_set_fixture(self, request): |
| 160 | prs_cxml, expected_cxml = request.param |
| 161 | prs = Presentation(element(prs_cxml), None) |
| 162 | expected_xml = xml(expected_cxml) |
| 163 | return prs, 914400, expected_xml |
| 164 | |
| 165 | @pytest.fixture( |
| 166 | params=[ |
nothing calls this directly
no test coverage detected