(self, request, TabStop_, tab_stop_)
| 286 | ] |
| 287 | ) |
| 288 | def index_fixture(self, request, TabStop_, tab_stop_): |
| 289 | pPr_cxml, idx = request.param |
| 290 | pPr = element(pPr_cxml) |
| 291 | tab = pPr.xpath("./w:tabs/w:tab")[idx] |
| 292 | tab_stops = TabStops(pPr) |
| 293 | return tab_stops, idx, TabStop_, tab, tab_stop_ |
| 294 | |
| 295 | @pytest.fixture( |
| 296 | params=[ |