(self, test)
| 181 | self.callback.notifyTestFinished(test) |
| 182 | |
| 183 | def startTest(self, test): |
| 184 | unittest.TestResult.startTest(self, test) |
| 185 | self.callback.notifyTestStarted(test) |
| 186 | |
| 187 | |
| 188 | class RollbackImporter: |
nothing calls this directly
no test coverage detected