(self)
| 375 | self.top.update_idletasks() |
| 376 | |
| 377 | def notifyStopped(self): |
| 378 | self.stopGoButton.config(state=tk.DISABLED) |
| 379 | #self.stopGoButton.config(command=self.runClicked, text="Start") |
| 380 | self.statusVar.set("Idle") |
| 381 | |
| 382 | def notifyTestStarted(self, test): |
| 383 | self.statusVar.set(str(test)) |