(self)
| 744 | errmsg=EXPECTED_SCREEN_DISTANCE_ERRMSG.format('spam')) |
| 745 | |
| 746 | def test_configure_tabstyle(self): |
| 747 | widget = self.create() |
| 748 | self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor') |
| 749 | |
| 750 | def test_configure_undo(self): |
| 751 | widget = self.create() |
nothing calls this directly
no test coverage detected