Update TestCodeFlow.py
Browse files- 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
|
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 |
|