summaryrefslogtreecommitdiff
path: root/test_tablib.py
diff options
context:
space:
mode:
authorMark Rogers <f4nt@f4ntasmic.com>2011-05-12 15:59:57 -0500
committerMark Rogers <f4nt@f4ntasmic.com>2011-05-12 15:59:57 -0500
commit5350355fbe0aefe053d40fda03c0688a7b7eae3d (patch)
tree00d1f403dabdb54174890fbc0ba2b47f4fa9d8ac /test_tablib.py
parent87ce64d4c859efb7c3d37b1e715fa04a0c1cc631 (diff)
downloadtablib-5350355fbe0aefe053d40fda03c0688a7b7eae3d.tar.gz
a bunch of cleanup from my previous commit
Diffstat (limited to 'test_tablib.py')
-rwxr-xr-xtest_tablib.py2
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):