Skip to content

Instantly share code, notes, and snippets.

@cameronmaske
Last active August 29, 2015 14:04
Show Gist options
  • Save cameronmaske/270e769e548c3e687fb5 to your computer and use it in GitHub Desktop.
Save cameronmaske/270e769e548c3e687fb5 to your computer and use it in GitHub Desktop.
from tests import TestCase
def TestTasks(TestCase):
signals = False
def before(self):
self.model = Bla()
def after(self):
print("done")
def test_bla(self):
print("I'm a test").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment