Searched refs:testlist (Results 1 – 3 of 3) sorted by relevance
247 testlist = filtered_tests248 tcount = len(testlist)262 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist])285 for tidx in testlist:320 for tidx in testlist[index - 1:]:351 testlist = json.load(test_data, object_pairs_hook=OrderedDict)354 testlist = list()356 idlist = get_id_list(testlist)358 for k in testlist:360 return testlist[all …]
31 def list_test_cases(testlist): argument33 for curcase in testlist:37 def list_categories(testlist): argument39 categories = set(map(lambda x: x['category'], testlist))
1094 def stitchTouchingThreads(self, testlist): argument1102 for data in testlist: