Skip to content

Instantly share code, notes, and snippets.

@elben
Created January 31, 2010 04:26
Show Gist options
  • Save elben/290900 to your computer and use it in GitHub Desktop.
Save elben/290900 to your computer and use it in GitHub Desktop.
import unittest
class TestSomething(unittest.TestCase):
def test1(self):
self.assert_(True)
if __name__ == '__main__':
unittest.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment