/functional_tests/support/ctx/mod_import_skip.py
https://bitbucket.org/jpellerin/nose/ · Python · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · 51903f964f5b5415c934d5506ca97a14 MD5 · raw file
- from nose import SkipTest
- raise SkipTest("Don't run me")
- def test():
- assert False, "Should not be run"
- def test2():
- assert False, "Should not be run"