Searched refs:csvfile (Results 1 – 1 of 1) sorted by relevance
142 def compare_failed_tests(test_result_a, test_result_b, csvfile): argument157 writer = csv.writer(csvfile)201 with open(args.csv, 'w') as csvfile:202 summary = compare_failed_tests(test_result_a, test_result_b, csvfile)