Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created November 15, 2016 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/ecbafa4ed7185f45a59aa7d5ed78458b to your computer and use it in GitHub Desktop.
Save notmyname/ecbafa4ed7185f45a59aa7d5ed78458b to your computer and use it in GitHub Desktop.
import unittest
import unittest2
class SkipTest(unittest2.SkipTest, unittest.SkipTest):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment