(self)
| 728 | errmsg='-startline must be less than or equal to -endline') |
| 729 | |
| 730 | def test_configure_state(self): |
| 731 | widget = self.create() |
| 732 | self.checkEnumParam(widget, 'state', 'disabled', 'normal') |
| 733 | |
| 734 | def test_configure_tabs(self): |
| 735 | widget = self.create() |
nothing calls this directly
no test coverage detected