diff options
| -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.""" |
