Home | History | Annotate | Download | only in unittest2

Lines Matching defs:skipTest

24 class SkipTest(Exception):
67 raise SkipTest(reason)
351 except SkipTest, e:
376 except SkipTest, e:
426 def skipTest(self, reason):
428 raise SkipTest(reason)