From bf0c434983ef154071c95dcc8da22f4e42638910 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 21 Nov 2019 04:10:35 +0100 Subject: [PATCH] fixup! fixup! parametrized: ids: support generator/iterator --- testing/python/metafunc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/python/metafunc.py b/testing/python/metafunc.py index 045f3261527..bf3b2948e23 100644 --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -1234,7 +1234,7 @@ def test_ids_numbers(x,expected): result.stdout.fnmatch_lines( [ "In test_ids_numbers: ids must be list of string/float/int/bool," - " found: (type: ) at index 2" + " found: <* 'type'> (type: <* 'type'>) at index 2" ] )