Skip to content

Instantly share code, notes, and snippets.

@mverteuil
Created April 2, 2015 18:25
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 mverteuil/d2e8ce7de4609b766470 to your computer and use it in GitHub Desktop.
Save mverteuil/d2e8ce7de4609b766470 to your computer and use it in GitHub Desktop.
unittest module
""" can't have empty files in gist """
assert not "DISCOVERED"
from unittest import TestCase
class MyTests(TestCase):
def test_prefix_therefore_runs(self):
assert False
def no_test_prefix_therfore_no_run(self):
assert False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment