Mercurial > hg > MakeItSo
comparison makeitso/python_package/tests/test_{{package}}.py @ 202:2d009a183d53
STUB: makeitso/python_package/tests/test_{{package}}.py
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 12 Aug 2014 14:50:50 -0700 |
| parents | a42d1aaa81c3 |
| children | 84be91d59996 |
comparison
equal
deleted
inserted
replaced
| 201:65684aae6bfe | 202:2d009a183d53 |
|---|---|
| 4 unit tests | 4 unit tests |
| 5 """ | 5 """ |
| 6 | 6 |
| 7 import os | 7 import os |
| 8 import sys | 8 import sys |
| 9 import tempfile | |
| 9 import unittest | 10 import unittest |
| 10 | 11 |
| 11 # globals | 12 # globals |
| 12 here = os.path.dirname(os.path.abspath(__file__)) | 13 here = os.path.dirname(os.path.abspath(__file__)) |
| 13 | 14 |
