(self, request, TabStop_, tab_stop_)
| 300 | ] |
| 301 | ) |
| 302 | def iter_fixture(self, request, TabStop_, tab_stop_): |
| 303 | pPr_cxml, expected_count = request.param |
| 304 | pPr = element(pPr_cxml) |
| 305 | tab_elms = pPr.xpath("//w:tab") |
| 306 | tab_stops = TabStops(pPr) |
| 307 | expected_calls = [call(tab) for tab in tab_elms] |
| 308 | return tab_stops, expected_count, tab_stop_, TabStop_, expected_calls |
| 309 | |
| 310 | @pytest.fixture( |
| 311 | params=[ |