(self)
| 544 | errmsg='-to value must be greater than -from value') |
| 545 | |
| 546 | def test_configure_increment(self): |
| 547 | widget = self.create() |
| 548 | self.checkFloatParam(widget, 'increment', -1, 1, 10.2, 12.8, 0) |
| 549 | |
| 550 | def test_configure_to(self): |
| 551 | widget = self.create() |
nothing calls this directly
no test coverage detected