mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
tests: Add ability to test uPy cmdline executable.
This allows to test options passed to cmdline executable, as well as the behaviour of the REPL.
This commit is contained in:
7
tests/cmdline/repl_basic.py.exp
Normal file
7
tests/cmdline/repl_basic.py.exp
Normal file
@@ -0,0 +1,7 @@
|
||||
Micro Python ######
|
||||
>>> # basic REPL tests
|
||||
>>> print(1)
|
||||
1
|
||||
>>> print(1)
|
||||
1
|
||||
>>>
|
||||
Reference in New Issue
Block a user