Skip to content

Instantly share code, notes, and snippets.

@teal33t
Created February 29, 2020 21:13
Show Gist options
  • Save teal33t/969b3329fbc2fa178a34da7fe5cf811c to your computer and use it in GitHub Desktop.
Save teal33t/969b3329fbc2fa178a34da7fe5cf811c to your computer and use it in GitHub Desktop.
class SyncMe(unittest.TestCase):
# Main function
def test_run(self):
pass
def tearDown(self):
pass
if __name__ == "__main__":
unittest.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment