Fail immediately, with the given message.
(self, msg="fail() called!")
| 9428 | self.__overrided_default_timeouts = False |
| 9429 | |
| 9430 | def fail(self, msg="fail() called!"): |
| 9431 | """Fail immediately, with the given message.""" |
| 9432 | super().fail(msg) |
| 9433 | |
| 9434 | def skip(self, reason=""): |
| 9435 | """Mark the test as Skipped.""" |
no outgoing calls