Mercurial > hg > MakeItSo
view examples/python-templates/unittest_template.py @ 221:a50c95abd36f
one more time
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 14 Dec 2015 13:38:04 -0800 |
parents | 386a44a52139 |
children |
line wrap: on
line source
#!/usr/bin/env python """ """ class TestAddonBackup(unittest.TestCase): pass if __name__ == '__main__': unittest.main()