Begin script testing

This commit is contained in:
2022-05-06 19:35:14 +02:00
parent 3009167813
commit bb0821c56e
6 changed files with 65 additions and 9 deletions

View File

@@ -1277,6 +1277,8 @@ class Summary:
if criterion is None or value is None
else [x for x in haystack if x[criterion] == value]
)
if haystack == []:
raise ValueError("** No results found **")
return (
sorted(
haystack,