Created
February 18, 2017 18:11
-
-
Save harshvb7/bb1a6b8a5d90887c7b9ca2331d12430d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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