Override to display information about the suite of discovered tests
(self, test_suite)
| 115 | # Required callbacks |
| 116 | |
| 117 | def notifyTestsDiscovered(self, test_suite): |
| 118 | "Override to display information about the suite of discovered tests" |
| 119 | pass |
| 120 | |
| 121 | def notifyRunning(self): |
| 122 | "Override to set GUI in 'running' mode, enabling 'stop' button etc." |