Tachi67 commited on
Commit
3e75001
·
1 Parent(s): 8eb2648

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Table of Contents
2
 
3
  * [TestCodeFlow](#TestCodeFlow)
 
1
+ ### Structure of TestCodeFlow
2
+
3
+ ```
4
+ code
5
+ |
6
+ v
7
+ +-------------------+
8
+ | 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
9
+ +-------------------+
10
+ |
11
+ | (temp_code_file_location)
12
+ |
13
+ v
14
+ +------------------+
15
+ | CodeTesting | Opens up the temp file until user closes the file, run the test code.
16
+ +------------------+
17
+ |
18
+ | (feedback)
19
+ |
20
+ v
21
+ feedback
22
+
23
+
24
+ ```
25
+ Memory_files:
26
+ - library.py
27
+
28
  # Table of Contents
29
 
30
  * [TestCodeFlow](#TestCodeFlow)