Called once before any tests are executed. See startTest for a method called before each test.
(self)
| 71 | sys.stderr = self._stderr_buffer |
| 72 | |
| 73 | def startTestRun(self): |
| 74 | """Called once before any tests are executed. |
| 75 | |
| 76 | See startTest for a method called before each test. |
| 77 | """ |
| 78 | |
| 79 | def stopTest(self, test): |
| 80 | """Called when the given test has been run""" |
no outgoing calls