summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:41:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:41:27 +0000
commita1ed92dab2827b349e4e51a654b42c1c7a5c1c8b (patch)
treead997b3092b1a30681368e18748e83ff09a30a83 /tests
parentReleasing debian version 1.6.0-2. (diff)
downloadlitecli-a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b.tar.xz
litecli-a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b.zip
Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sqlexecute.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_sqlexecute.py b/tests/test_sqlexecute.py
index 029c64b..e559bc6 100644
--- a/tests/test_sqlexecute.py
+++ b/tests/test_sqlexecute.py
@@ -210,7 +210,11 @@ def test_verbose_feature_of_favorite_query(executor):
results = run(executor, "\\f sh_param 1")
assert_result_equal(
- results, title=None, headers=["a", "id"], rows=[("abc", 1)], auto_status=False,
+ results,
+ title=None,
+ headers=["a", "id"],
+ rows=[("abc", 1)],
+ auto_status=False,
)
results = run(executor, "\\f+ sh_param 1")