(self, request, parent_)
| 727 | ] |
| 728 | ) |
| 729 | def height_set_fixture(self, request, parent_): |
| 730 | tr_cxml, new_height, expected_tr_cxml = request.param |
| 731 | row = _Row(element(tr_cxml), parent_) |
| 732 | expected_xml = xml(expected_tr_cxml) |
| 733 | return row, new_height, expected_xml, parent_ |
| 734 | |
| 735 | # fixture components --------------------------------------------- |
| 736 |