Mercurial > hg > MakeItSo
comparison makeitso/python_package/tests/test_{{package}}.py @ 209:ee752ac566f1
correct template syntax
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sat, 28 Feb 2015 16:08:45 -0800 |
| parents | f7f7831f7c8c |
| children |
comparison
equal
deleted
inserted
replaced
| 208:f7f7831f7c8c | 209:ee752ac566f1 |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
| 3 | 3 |
| 4 """ | 4 """ |
| 5 unit tests for {package}} | 5 unit tests for {{package}} |
| 6 """ | 6 """ |
| 7 | 7 |
| 8 import os | 8 import os |
| 9 import sys | 9 import sys |
| 10 import tempfile | 10 import tempfile |
