mirror of https://github.com/CGAL/cgal
Filter labels in results collection
This commit is contained in:
parent
8375ef1c11
commit
24559f0127
|
|
@ -71,6 +71,7 @@ tests_per_label = defaultdict(list)
|
|||
for t_id in range(0, len(tests)):
|
||||
t = tests[t_id]
|
||||
for l in t['Labels']:
|
||||
if "_Tests" in l or "_Examples" in l or "_Demo" in l:
|
||||
label = l.replace("_Tests","")
|
||||
labels.add(label)
|
||||
tests_per_label[label].append(t)
|
||||
|
|
|
|||
Loading…
Reference in New Issue