Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from tempest.test import BaseTestCase
- class Test1(BaseTestCase):
- @classmethod
- def skip_checks(cls):
- super(Test1, cls).skip_checks()
- raise cls.skipException("test")
- def test_test_1(self):
- pass
Advertisement
Add Comment
Please, Sign In to add comment