(self, request, parent_)
| 605 | ] |
| 606 | ) |
| 607 | def width_set_fixture(self, request, parent_): |
| 608 | gridCol_cxml, new_width, expected_gridCol_cxml = request.param |
| 609 | column = _Column(element(gridCol_cxml), parent_) |
| 610 | expected_xml = xml(expected_gridCol_cxml) |
| 611 | return column, new_width, expected_xml, parent_ |
| 612 | |
| 613 | # fixture components --------------------------------------------- |
| 614 |