Views
No views yet
code
|
v
+-------------------+
| TestCodeFileEdit | Edit a temp code file with the code to be tested and necessary imports (manually added): https://huggingface.co/Tachi67/TestCodeFlowModule/blob/main/TestCodeFileEditAtomicFlow.py
+-------------------+
|
| (temp_code_file_location)
|
v
+------------------+
| CodeTesting | Opens up the temp file until user closes the file, run the test code.
+------------------+
|
| (feedback)
|
v
feedback
class TestCodeFlow(SequentialFlow)code (str): The code to be tested.feedback (str): The test results.class TestCodeFileEditAtomicFlow(CodeFileEditAtomicFlow)class CodeTestingAtomicFlow(InterpreterAtomicFlow)temp_code_file_location: Location of the file containing the code to be tested.feedback: Feedback from the test (i.e. test results).