8000 Improving test suite by murilopolese · Pull Request #11 · arduino/micropython.js · GitHub
[go: up one dir, main page]

Skip to content

Improving test suite #11

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
murilopolese committed Jul 5, 2023
commit 3f0c7f63dcbc0785f9434a8284de38f850a118e5
36 changes: 36 additions & 0 deletions TESTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Test cases:

Get prompt
Write to repl and get data as you type / real time repl
Enter raw repl from prompt

Get prompt when you are on raw repl
Re-enter raw repl

Exit raw repl

Execute raw and get final output
Execute raw and get data as it executes and the leave raw repl

List files on root
Make directory
Put small file on root
Put big file on root
Get root file content

Put small file on directory
Put big file on directory
Get directory file content

Check for a file that exists on root folder
Check for a file that exists on folder

Remove file
Remove folder

Check for a file that doesn't exist

Creates a file from string
Overrides a file content with string
Rename file on root
Rename file on folder
12 changes: 12 additions & 0 deletions examples/test_out
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
start OK

...
...
...
...
...
...
...
...
...
...
0