1
0
Fork 0

Merging upstream version 1.7.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:44:08 +01:00
parent a2e22f9fd8
commit 4861581ff0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 20 additions and 9 deletions

View file

@ -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")