Indicates that the tests should be aborted.
(self)
| 179 | len(self.unexpectedSuccesses) == 0)) |
| 180 | |
| 181 | def stop(self): |
| 182 | """Indicates that the tests should be aborted.""" |
| 183 | self.shouldStop = True |
| 184 | |
| 185 | def _exc_info_to_string(self, err, test): |
| 186 | """Converts a sys.exc_info()-style tuple of values into a string.""" |
no outgoing calls