Called once after all tests are executed. See stopTest for a method called after each test.
(self)
| 103 | self._stderr_buffer.truncate() |
| 104 | |
| 105 | def stopTestRun(self): |
| 106 | """Called once after all tests are executed. |
| 107 | |
| 108 | See stopTest for a method called after each test. |
| 109 | """ |
| 110 | |
| 111 | @failfast |
| 112 | def addError(self, test, err): |
no outgoing calls