(self)
| 1217 | self.checkParam(widget, 'label', '') |
| 1218 | |
| 1219 | def test_configure_length(self): |
| 1220 | widget = self.create() |
| 1221 | self.checkPixelsParam(widget, 'length', 130, 131.2, 135.6, '5i') |
| 1222 | |
| 1223 | def test_configure_resolution(self): |
| 1224 | widget = self.create() |
nothing calls this directly
no test coverage detected