Created
April 22, 2018 10:02
-
-
Save Ruhshan/ed5f5bffcbe7e7b1adb3cbad4962fa8a 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 | |
from mycodes import * | |
class MyTests(unittest.TestCase): | |
##your playground starts | |
def yourtest(self): | |
pass | |
##your playground ends | |
if __name__=="__main__": | |
unittest.main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment