summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest_tablib.py5
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."""