Searched refs:test_output_path (Results 1 – 1 of 1) sorted by relevance
177 def compare_output_folders(project_path, test_output_path): argument179 file_list = os.listdir(test_output_path)180 logging.debug("comparing output folder: %s", test_output_path)182 if compare(project_path + file, test_output_path + file) == False: