From 70c8be9efe8de40bec0f0673589f3c9be7136674 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 21 Aug 2017 10:54:10 +0200 Subject: [PATCH] python: Improve keylist test. * lang/python/tests/t-keylist.py: Check a keylist matching no keys. Signed-off-by: Justus Winter --- lang/python/tests/t-keylist.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/python/tests/t-keylist.py b/lang/python/tests/t-keylist.py index 76c793e7..4505d3c9 100755 --- a/lang/python/tests/t-keylist.py +++ b/lang/python/tests/t-keylist.py @@ -229,6 +229,9 @@ alpha_keys = list(c.op_keylist_all(b"Alpha")) assert len(alpha_keys) == 1, "Expected only one key for 'Alpha', got %r" % len(alpha_keys) +# Check negative result. +assert len(list(c.keylist("no such key in sight"))) == 0 + for i, key in enumerate(c.keylist()): try: