Adding upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ec905d2958
commit
1645be217a
9 changed files with 20 additions and 9 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue