(self)
| 431 | self.checkColorParam(widget, 'readonlybackground') |
| 432 | |
| 433 | def test_configure_show(self): |
| 434 | widget = self.create() |
| 435 | self.checkParam(widget, 'show', '*') |
| 436 | self.checkParam(widget, 'show', '') |
| 437 | self.checkParam(widget, 'show', ' ') |
| 438 | |
| 439 | def test_configure_state(self): |
| 440 | widget = self.create() |
nothing calls this directly
no test coverage detected