unittest.SkipTest

exception unittest.SkipTest[source]

Raise this exception in a test to skip it.

Usually you can use TestCase.skipTest() or one of the skipping decorators instead of raising this directly.