view examples/python-templates/unittest_template.py @ 197:bb57bec165b7

fix errors with template
author Jeff Hammel <k0scist@gmail.com>
date Mon, 09 Jun 2014 20:25:45 -0700
parents 386a44a52139
children
line wrap: on
line source

#!/usr/bin/env python                                                           

"""                                                                             
"""

class TestAddonBackup(unittest.TestCase):
    pass

if __name__ == '__main__':
    unittest.main()