Skip to content

Instantly share code, notes, and snippets.

@harshvb7
Created February 18, 2017 18:11
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 harshvb7/bb1a6b8a5d90887c7b9ca2331d12430d to your computer and use it in GitHub Desktop.
Save harshvb7/bb1a6b8a5d90887c7b9ca2331d12430d to your computer and use it in GitHub Desktop.
import unittest
class TestExample(unittest.TestCase):
def test_hello_world(self):
self.assertEqual("hello world", "hello world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment