(self)
| 360 | self.checkCommandParam(widget, 'invalidcommand') |
| 361 | |
| 362 | def test_configure_show(self): |
| 363 | widget = self.create() |
| 364 | self.checkParam(widget, 'show', '*') |
| 365 | self.checkParam(widget, 'show', '') |
| 366 | self.checkParam(widget, 'show', ' ') |
| 367 | |
| 368 | def test_configure_validate(self): |
| 369 | widget = self.create() |
nothing calls this directly
no test coverage detected