Skip this test.
(self, reason)
| 747 | self._callCleanup(function, *args, **kwargs) |
| 748 | |
| 749 | def skipTest(self, reason): |
| 750 | """Skip this test.""" |
| 751 | raise SkipTest(reason) |
| 752 | |
| 753 | def fail(self, msg=None): |
| 754 | """Fail immediately, with the given message.""" |