Skip to content

Instantly share code, notes, and snippets.

@elben
Created January 31, 2010 04:32
Show Gist options
  • Save elben/290902 to your computer and use it in GitHub Desktop.
Save elben/290902 to your computer and use it in GitHub Desktop.
# unittest.py
class TestProgram:
def __init__(...):
...
self.runTests()
main = TestProgram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment