Searched refs:test_paths (Results 1 – 2 of 2) sorted by relevance
93 test_paths = self.__get_paths(test.test_id)99 for test_path in test_paths:
713 def __init__(self, projects_path, project, test_paths, flags): argument717 self.test_paths = test_paths745 for test_path in self.test_paths:829 for test_path in self.test_paths:859 if "--cache-file" in new_flags and len(self.test_paths) == 1:902 for test_path in self.test_paths:980 for test_path in self.test_paths: