(cls)
| 176 | |
| 177 | @classmethod |
| 178 | def setUpClass(cls): |
| 179 | requires('gui') |
| 180 | cls.root = root = Tk() |
| 181 | root.withdraw() |
| 182 | cls.pyshell = Mock() |
| 183 | cls.pyshell.root = root |
| 184 | cls.idb = Mock() |
| 185 | # stack tests fail with debugger here. |
| 186 | ## cls.debugger = debugger.Debugger(cls.pyshell, cls.idb) |
| 187 | ## cls.debugger.root = root |