twisted.trial.unittest.SkipTest(Exception)
class documentationtwisted.trial.unittest
View Source
(View In Hierarchy)
Raise this (with a reason) to skip the current test. You may also set method.skip to a reason string to skip it, or set class.skip to skip the entire TestCase.