Indicates that the tests should be aborted.
(self)
| 167 | len(self.unexpectedSuccesses) == 0)) |
| 168 | |
| 169 | def stop(self): |
| 170 | """Indicates that the tests should be aborted.""" |
| 171 | self.shouldStop = True |
| 172 | |
| 173 | def _exc_info_to_string(self, err, test): |
| 174 | """Converts a sys.exc_info()-style tuple of values into a string.""" |
no outgoing calls