Mercurial > hg > MakeItSo
view examples/python-templates/unittest_template.py @ 164:6cd2894bb11c
stub: makeitso/script2package.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 06 Aug 2013 16:24:21 -0700 |
parents | 386a44a52139 |
children |
line wrap: on
line source
#!/usr/bin/env python """ """ class TestAddonBackup(unittest.TestCase): pass if __name__ == '__main__': unittest.main()