summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <dfsantosbu@unal.edu.co>2019-10-30 14:05:03 +0100
committerDaniel <dfsantosbu@unal.edu.co>2019-10-30 14:05:03 +0100
commitb3143135d59465c58da17963ccc665419f48abff (patch)
tree96b2578b56df29915234c457f69ce07dfc849009
parentd3e58488cc6852147409cb80732ca5738d9a38b4 (diff)
downloadtablib-feature-cli-format.tar.gz
Remove cli from list to test Iterable data books.feature-cli-format
-rwxr-xr-xtests/test_tablib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tablib.py b/tests/test_tablib.py
index 065e846..bd336f9 100755
--- a/tests/test_tablib.py
+++ b/tests/test_tablib.py
@@ -42,7 +42,7 @@ class TablibTestCase(BaseTestCase):
def _test_export_data_in_all_formats(self, dataset, exclude=()):
all_formats = [
'json', 'yaml', 'csv', 'tsv', 'xls', 'xlsx', 'ods', 'html', 'jira',
- 'latex', 'df', 'rst', 'cli',
+ 'latex', 'df', 'rst',
]
for format_ in all_formats:
if format_ in exclude: