File tree 5 files changed +380
-1120
lines changed
5 files changed +380
-1120
lines changed Original file line number Diff line number Diff line change
1
+ # Test cases:
2
+
3
+ Get prompt
4
+ Write to repl and get data as you type / real time repl
5
+ Enter raw repl from prompt
6
+
7
+ Get prompt when you are on raw repl
8
+ Re-enter raw repl
9
+
10
+ Exit raw repl
11
+
12
+ Execute raw and get final output
13
+ Execute raw and get data as it executes and the leave raw repl
14
+
15
+ List files on root
16
+ Make directory
17
+ Put small file on root
18
+ Put big file on root
19
+ Get root file content
20
+
21
+ Put small file on directory
22
+ Put big file on directory
23
+ Get directory file content
24
+
25
+ Check for a file that exists on root folder
26
+ Check for a file that exists on folder
27
+
28
+ Remove file
29
+ Remove folder
30
+
31
+ Check for a file that doesn't exist
32
+
33
+ Creates a file from string
<
4401
code>34 + Overrides a file content with string
35
+ Rename file on root
36
+ Rename file on folder
You can’t perform that action at this time.
0 commit comments