(self)
| 1212 | self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=conv) |
| 1213 | |
| 1214 | def test_configure_label(self): |
| 1215 | widget = self.create() |
| 1216 | self.checkParam(widget, 'label', 'any string') |
| 1217 | self.checkParam(widget, 'label', '') |
| 1218 | |
| 1219 | def test_configure_length(self): |
| 1220 | widget = self.create() |
nothing calls this directly
no test coverage detected