diff options
| author | Mark Rogers <f4nt@f4ntasmic.com> | 2011-05-12 15:59:57 -0500 |
|---|---|---|
| committer | Mark Rogers <f4nt@f4ntasmic.com> | 2011-05-12 15:59:57 -0500 |
| commit | 5350355fbe0aefe053d40fda03c0688a7b7eae3d (patch) | |
| tree | 00d1f403dabdb54174890fbc0ba2b47f4fa9d8ac /test_tablib.py | |
| parent | 87ce64d4c859efb7c3d37b1e715fa04a0c1cc631 (diff) | |
| download | tablib-5350355fbe0aefe053d40fda03c0688a7b7eae3d.tar.gz | |
a bunch of cleanup from my previous commit
Diffstat (limited to 'test_tablib.py')
| -rwxr-xr-x | test_tablib.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_tablib.py b/test_tablib.py index 7791935..4346859 100755 --- a/test_tablib.py +++ b/test_tablib.py @@ -222,6 +222,7 @@ class TablibTestCase(unittest.TestCase): data.csv data.tsv data.xls + data.xlsx def test_book_export_no_exceptions(self): @@ -233,6 +234,7 @@ class TablibTestCase(unittest.TestCase): book.json book.yaml book.xls + book.xlsx def test_json_import_set(self): |
