Guest User

Untitled

a guest
Aug 20th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. from tempest.test import BaseTestCase
  2.  
  3. class Test1(BaseTestCase):
  4.  
  5.     @classmethod
  6.     def skip_checks(cls):
  7.         super(Test1, cls).skip_checks()
  8.         raise cls.skipException("test")
  9.  
  10.     def test_test_1(self):
  11.         pass
Advertisement
Add Comment
Please, Sign In to add comment