Mercurial > hg > MakeItSo
view examples/python-templates/unittest_template.py @ 215:360a70d3ef5f
stub a manifest file which may solve all of our problems
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 04 Dec 2015 13:12:07 -0800 |
| parents | 386a44a52139 |
| children |
line wrap: on
line source
#!/usr/bin/env python """ """ class TestAddonBackup(unittest.TestCase): pass if __name__ == '__main__': unittest.main()
