(self)
| 1245 | conv=float_round) |
| 1246 | |
| 1247 | def test_configure_to(self): |
| 1248 | widget = self.create() |
| 1249 | self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, |
| 1250 | conv=float_round) |
| 1251 | |
| 1252 | |
| 1253 | @add_configure_tests(PixelSizeTests, StandardOptionsTests) |
nothing calls this directly
no test coverage detected