From b3143135d59465c58da17963ccc665419f48abff Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Oct 2019 14:05:03 +0100 Subject: Remove cli from list to test Iterable data books. --- tests/test_tablib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1