(self)
| 1446 | errmsg=errmsg.format(-2)) |
| 1447 | |
| 1448 | def test_configure_height(self): |
| 1449 | widget = self.create() |
| 1450 | self.checkPixelsParam(widget, 'height', 100, -100, 0, '3c', |
| 1451 | conv=False) |
| 1452 | self.checkPixelsParam(widget, 'height', 101.2, 102.6, '3c', |
| 1453 | conv=False) |
| 1454 | |
| 1455 | def test_configure_selectmode(self): |
| 1456 | widget = self.create() |
nothing calls this directly
no test coverage detected