File indexing completed on 2024-05-19 05:42:35

0001 def accept(path):
0002     return '/catch2/' in path
0003 
0004 
0005 def process(path, addPkg):
0006     addPkg('Catch2', None, None, None)
0007     return 'Catch2'
0008