Searched refs:test_methods (Results 1 – 2 of 2) sorted by relevance
568 test_methods = []572 test_methods = re.findall(test_re, f.read())577 test_methods.insert(0, str(first_line).strip())582 if stripped_line in test_methods:
1957 test_methods=None, argument1970 if test_methods is None:1971 test_methods = {}1980 for class_name, test_method in test_methods.items():