(self)
| 437 | self.checkParam(widget, 'show', ' ') |
| 438 | |
| 439 | def test_configure_state(self): |
| 440 | widget = self.create() |
| 441 | self.checkEnumParam(widget, 'state', |
| 442 | 'disabled', 'normal', 'readonly') |
| 443 | |
| 444 | def test_configure_validate(self): |
| 445 | widget = self.create() |
nothing calls this directly
no test coverage detected