(self, request)
| 273 | ] |
| 274 | ) |
| 275 | def add_tab_fixture(self, request): |
| 276 | pPr_cxml, position, kwargs, expected_cxml = request.param |
| 277 | tab_stops = TabStops(element(pPr_cxml)) |
| 278 | expected_xml = xml(expected_cxml) |
| 279 | return tab_stops, position, kwargs, expected_xml |
| 280 | |
| 281 | @pytest.fixture( |
| 282 | params=[ |