Lines Matching refs:test_file
221 for test_file in sorted(test_files):
223 with open(test_file) as f:
228 test_files2.append((test_file, num_instances))
238 def run_test_on_instances(test_file, num_instances, instances): argument
254 instance.start_file(test_file, append=append_code)
348 for test_file, num_instances in test_files:
350 print("{} on {}: ".format(test_file, instances_str), end="")
356 error, skip, output_test = run_test_on_instances(test_file, num_instances, instances_test)
360 test_file_expected = test_file + ".exp"
367 test_file, num_instances, instances_truth
380 skipped_tests.append(test_file)
383 passed_tests.append(test_file)
386 failed_tests.append(test_file)