(self)
| 1225 | self.checkFloatParam(widget, 'resolution', 4.2, 0, 6.7, -2) |
| 1226 | |
| 1227 | def test_configure_showvalue(self): |
| 1228 | widget = self.create() |
| 1229 | self.checkBooleanParam(widget, 'showvalue') |
| 1230 | |
| 1231 | def test_configure_sliderlength(self): |
| 1232 | widget = self.create() |
nothing calls this directly
no test coverage detected