(self)
| 1129 | self.check_itemconfigure('bg', '#ff0000') |
| 1130 | |
| 1131 | def test_itemconfigure_fg(self): |
| 1132 | self.check_itemconfigure('fg', '#110022') |
| 1133 | |
| 1134 | def test_itemconfigure_foreground(self): |
| 1135 | self.check_itemconfigure('foreground', '#110022') |
nothing calls this directly
no test coverage detected