diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 17:36:20 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 17:36:20 -0400 |
| commit | de46f45e2e13d0f689d895236c6bdcb0656593b2 (patch) | |
| tree | a8f49662cc8a5d215d3ac9e7dec9c4df5107a100 /test_tablib.py | |
| parent | 392eaac299e84b7f4dc0104765080933e89b1f5b (diff) | |
| download | tablib-de46f45e2e13d0f689d895236c6bdcb0656593b2.tar.gz | |
Hmmm....
Diffstat (limited to 'test_tablib.py')
| -rwxr-xr-x | test_tablib.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test_tablib.py b/test_tablib.py index 67b693d..e50b767 100755 --- a/test_tablib.py +++ b/test_tablib.py @@ -261,6 +261,11 @@ class TablibTestCase(unittest.TestCase): self.assertEqual(_csv, data.csv) + def test_csv_format_detect(self): + """Test format detection.""" + + pass + def test_wipe(self): """Purge a dataset.""" |
