view examples/python-templates/unittest_template.py @ 166:0c95d7f25d9b

makeitso/python.py
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Sep 2013 13:07:44 -0700
parents 386a44a52139
children
line wrap: on
line source

#!/usr/bin/env python                                                           

"""                                                                             
"""

class TestAddonBackup(unittest.TestCase):
    pass

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