(self)
| 1126 | self.check_itemconfigure('background', '#ff0000') |
| 1127 | |
| 1128 | def test_itemconfigure_bg(self): |
| 1129 | self.check_itemconfigure('bg', '#ff0000') |
| 1130 | |
| 1131 | def test_itemconfigure_fg(self): |
| 1132 | self.check_itemconfigure('fg', '#110022') |
nothing calls this directly
no test coverage detected