(self)
| 847 | self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, conv=False) |
| 848 | |
| 849 | def test_configure_value(self): |
| 850 | widget = self.create() |
| 851 | self.checkFloatParam(widget, 'value', 300, 14.9, 15.1, -10, conv=False) |
| 852 | |
| 853 | def test_custom_event(self): |
| 854 | failure = [1, 1, 1] # will need to be empty |
nothing calls this directly
no test coverage detected