Mercurial > hg > MakeItSo
view examples/python-templates/unittest_template.py @ 167:f6474c7dfb39
makeitso/mkpydir.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 20 Oct 2013 03:54:54 -0700 |
parents | 386a44a52139 |
children |
line wrap: on
line source
#!/usr/bin/env python """ """ class TestAddonBackup(unittest.TestCase): pass if __name__ == '__main__': unittest.main()