Searched refs:test_cls_name (Results 1 – 2 of 2) sorted by relevance
167 for test_cls_name, _ in self.run_list:169 alt_cls_name = test_cls_name.lower()173 if name == test_cls_name or alt_name == alt_cls_name:175 'abort.') % test_cls_name214 def run_test_class(self, test_cls_name, test_cases=None): argument229 matches = fnmatch.filter(self.test_classes.keys(), test_cls_name)233 'skipping for now.' % test_cls_name)234 record = records.TestResultRecord('*all*', test_cls_name)238 if matches != [test_cls_name]:240 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