mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
These tests are specifically for the command-line interface and cover: - resume/soft-reset/connect/disconnect - mount - fs cp,touch,mkdir,cat,sha256sum,rm,rmdir - eval/exec/run This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> Signed-off-by: Damien George <damien@micropython.org>
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
-----
|
|
hello
|
|
-----
|
|
Traceback (most recent call last):
|
|
File "<stdin>", line 1, in <module>
|
|
NameError: name 'a' isn't defined
|
|
-----
|
|
resume
|
|
-----
|
|
soft-reset
|
|
2
|
|
Traceback (most recent call last):
|
|
File "<stdin>", line 1, in <module>
|
|
NameError: name 'a' isn't defined
|
|
-----
|
|
3
|
|
5
|