Searched refs:test_cls_name (Results 1 – 2 of 2) sorted by relevance
171 for test_cls_name, _ in self.run_list:173 alt_cls_name = test_cls_name.lower()177 if name == test_cls_name or alt_name == alt_cls_name:179 'abort.') % test_cls_name194 def run_test_class(self, test_cls_name, test_cases=None): argument209 matches = fnmatch.filter(self.test_classes.keys(), test_cls_name)213 'skipping for now.' % test_cls_name)214 record = records.TestResultRecord('*all*', test_cls_name)218 if matches != [test_cls_name]:220 test_cls_name, matches)[all …]
150 test_cls_name = tokens[0]151 return test_cls_name, None155 test_cls_name, test_case_names = tokens157 return test_cls_name, clean_names