8000 WIP · arduino/micropython.js@3f0c7f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f0c7f6

Browse files
committed
WIP
1 parent d0bc67f commit 3f0c7f6

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

TESTS.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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
34+
Overrides a file content with string
35+
Rename file on root
36+
Rename file on folder

examples/test_out

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
start OK
2+
3+
...
4+
...
5+
...
6+
...
7+
...
8+
...
9+
...
10+
...
11+
...
12+
...

0 commit comments

Comments
 (0)
0