Searched refs:test_methods (Results 1 – 2 of 2) sorted by relevance
461 test_methods = []465 test_methods = re.findall(test_re, f.read())470 test_methods.insert(0, str(first_line).strip())475 if stripped_line in test_methods:
1937 test_methods=None, argument1950 if test_methods is None:1951 test_methods = {}1960 for class_name, test_method in test_methods.items():