File size: 381 Bytes
3c7fd6a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "CF_CodeTesting"
description: "Given code and test specified by input-output pairs, executes the code with the specific input, compares it with the output, and returns an informative message."

input_interface:
  - "code"
  - "public_tests_individual_io"

output_interface:
  - "all_tests_passed"
  - "testing_results_summary"

public_tests_key: "public_tests_individual_io"