Skip to content

Instantly share code, notes, and snippets.

@evansde77
Created October 21, 2015 19:33
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 evansde77/bbed65dd121552388e53 to your computer and use it in GitHub Desktop.
Save evansde77/bbed65dd121552388e53 to your computer and use it in GitHub Desktop.
class MyTest(unittest.TestCase):
harness, setUp, tearDown = make_database_test_harness(**args)
def test_a_thing(self):
print self.harness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment