(self)
| 689 | self.checkPixelsParam(widget, 'height', 0, -100) |
| 690 | |
| 691 | def test_configure_maxundo(self): |
| 692 | widget = self.create() |
| 693 | self.checkIntegerParam(widget, 'maxundo', 0, 5, -1) |
| 694 | |
| 695 | def test_configure_inactiveselectbackground(self): |
| 696 | widget = self.create() |
nothing calls this directly
no test coverage detected