Called when a test has completed successfully
(self, test)
| 141 | self._mirrorOutput = True |
| 142 | |
| 143 | def addSuccess(self, test): |
| 144 | "Called when a test has completed successfully" |
| 145 | pass |
| 146 | |
| 147 | def addSkip(self, test, reason): |
| 148 | """Called when a test is skipped.""" |
no outgoing calls