Skip to content

Instantly share code, notes, and snippets.

@Ruhshan
Created April 22, 2018 10:02
Show Gist options
  • Save Ruhshan/ed5f5bffcbe7e7b1adb3cbad4962fa8a to your computer and use it in GitHub Desktop.
Save Ruhshan/ed5f5bffcbe7e7b1adb3cbad4962fa8a to your computer and use it in GitHub Desktop.
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