Mercurial > hg > MakeItSo
comparison makeitso/python_package/tests/test_{{package}}.py @ 208:f7f7831f7c8c
add UTF-8 disclaimer
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 10 Feb 2015 13:19:01 -0800 |
| parents | 84be91d59996 |
| children | ee752ac566f1 |
comparison
equal
deleted
inserted
replaced
| 207:04c5464355b8 | 208:f7f7831f7c8c |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 # -*- coding: utf-8 -*- | |
| 2 | 3 |
| 3 """ | 4 """ |
| 4 unit tests | 5 unit tests for {package}} |
| 5 """ | 6 """ |
| 6 | 7 |
| 7 import os | 8 import os |
| 8 import sys | 9 import sys |
| 9 import tempfile | 10 import tempfile |
