(self, request)
| 221 | ] |
| 222 | ) |
| 223 | def del_fixture(self, request): |
| 224 | pPr_cxml, idx, expected_cxml = request.param |
| 225 | tab_stops = TabStops(element(pPr_cxml)) |
| 226 | expected_xml = xml(expected_cxml) |
| 227 | return tab_stops, idx, expected_xml |
| 228 | |
| 229 | @pytest.fixture( |
| 230 | params=[ |