Searched refs:test_cls_name (Results 1 – 2 of 2) sorted by relevance
170 for test_cls_name, _ in self.run_list:172 alt_cls_name = test_cls_name.lower()176 if name == test_cls_name or alt_name == alt_cls_name:178 'abort.') % test_cls_name193 def run_test_class(self, test_cls_name, test_cases=None): argument208 matches = fnmatch.filter(self.test_classes.keys(), test_cls_name)212 'skipping for now.' % test_cls_name)213 record = records.TestResultRecord('*all*', test_cls_name)217 if matches != [test_cls_name]:219 test_cls_name, matches)[all …]
151 test_cls_name = tokens[0]152 return test_cls_name, None156 test_cls_name, test_case_names = tokens158 return test_cls_name, clean_names