diff options
| author | Mark Rogers <f4nt@f4ntasmic.com> | 2011-05-14 16:13:17 -0500 |
|---|---|---|
| committer | Mark Rogers <f4nt@f4ntasmic.com> | 2011-05-14 16:13:17 -0500 |
| commit | 420dd36ab8c4fa7a3f75b8da80ffc2effdf0029e (patch) | |
| tree | 000454f244f158e8c956b2bc1bab8bc5435de9f8 /test_tablib.py | |
| parent | 9a05770899a5864e72727830da71a23b7203d050 (diff) | |
| download | tablib-420dd36ab8c4fa7a3f75b8da80ffc2effdf0029e.tar.gz | |
Tidied up a bit, renamed _odf to _ods like it should have been. Bold not working yet :(
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 474323a..5715eb0 100755 --- a/test_tablib.py +++ b/test_tablib.py @@ -223,6 +223,7 @@ class TablibTestCase(unittest.TestCase): data.tsv data.xls data.xlsx + data.ods data.html @@ -236,6 +237,7 @@ class TablibTestCase(unittest.TestCase): book.yaml book.xls book.xlsx + book.ods def test_json_import_set(self): |
