(self)
| 1221 | self.checkPixelsParam(widget, 'length', 130, 131.2, 135.6, '5i') |
| 1222 | |
| 1223 | def test_configure_resolution(self): |
| 1224 | widget = self.create() |
| 1225 | self.checkFloatParam(widget, 'resolution', 4.2, 0, 6.7, -2) |
| 1226 | |
| 1227 | def test_configure_showvalue(self): |
| 1228 | widget = self.create() |
nothing calls this directly
no test coverage detected