Skip this test.
(self, reason)
| 740 | self._callCleanup(function, *args, **kwargs) |
| 741 | |
| 742 | def skipTest(self, reason): |
| 743 | """Skip this test.""" |
| 744 | raise SkipTest(reason) |
| 745 | |
| 746 | def fail(self, msg=None): |
| 747 | """Fail immediately, with the given message.""" |