Searched refs:testlist (Results 1 – 3 of 3) sorted by relevance
66 def get_required_plugins(self, testlist): argument72 for t in testlist:329 testlist = filtered_tests330 tcount = len(testlist)341 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist])357 for tidx in testlist:404 for tidx in testlist[count - 1:]:436 testlist = json.load(test_data, object_pairs_hook=OrderedDict)439 testlist = list()441 idlist = get_id_list(testlist)[all …]
34 def list_test_cases(testlist): argument36 for curcase in testlist:40 def list_categories(testlist): argument42 categories = set(map(lambda x: x['category'], testlist))
1558 def stitchTouchingThreads(self, testlist): argument1566 for data in testlist: