diff --git a/test_tablib.py b/test_tablib.py index a315642..9c1941e 100755 --- a/test_tablib.py +++ b/test_tablib.py @@ -268,6 +268,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."""