Skip to content

Instantly share code, notes, and snippets.

@curtisforrester
Created September 25, 2015 13:59
Show Gist options
  • Save curtisforrester/553d9a5afce0a274dc43 to your computer and use it in GitHub Desktop.
Save curtisforrester/553d9a5afce0a274dc43 to your computer and use it in GitHub Desktop.
class CompileTagsTests(TestCase):
"""Auto-gen by DocTag"""
def setUp(self):
pass
def tearDown(self):
pass
def test_create_instance(self):
self.fail('Test not implemented yet')
def test_create_invalid_path(self):
self.fail('Test not implemented yet')
# -- DocTag: /CompileTagsTests ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment