Table of Contents
pydoc
doctest
unittest
test
unittest.
SkipTest
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.