Skip to content

Instantly share code, notes, and snippets.

@grimley517
Last active November 2, 2016 14:08
Show Gist options
  • Save grimley517/a937f95d6d883c1f91ca to your computer and use it in GitHub Desktop.
Save grimley517/a937f95d6d883c1f91ca to your computer and use it in GitHub Desktop.
unittest outline
import task1.py
import unittest
class TestSequenceFunctions(unittest.TestCase):
def test1(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