Tachi67 commited on
Commit
c48f289
·
1 Parent(s): dc04a36

Update TestCodeFlow.py

Browse files
Files changed (1) hide show
  1. TestCodeFlow.py +1 -2
TestCodeFlow.py CHANGED
@@ -15,13 +15,12 @@ class TestCodeFlow(SequentialFlow):
15
  a. (Default & Compulsory) Code syntax;
16
  b. (Added by user) Any other tests.
17
  4. Runs the test and returns the output.
18
- 5. Asks for user feedback.
19
 
20
  *Input Interface*:
21
  - `code` (str): The code to be tested.
22
 
23
  *Output Interface*:
24
- - `feedback` (str): The feedback from the user.
25
  """
26
  REQUIRED_KEYS_CONFIG = ["max_rounds", "early_exit_key", "topology", "memory_files"]
27
 
 
15
  a. (Default & Compulsory) Code syntax;
16
  b. (Added by user) Any other tests.
17
  4. Runs the test and returns the output.
 
18
 
19
  *Input Interface*:
20
  - `code` (str): The code to be tested.
21
 
22
  *Output Interface*:
23
+ - `feedback` (str): The test results.
24
  """
25
  REQUIRED_KEYS_CONFIG = ["max_rounds", "early_exit_key", "topology", "memory_files"]
26