micropython/tests/cmdline/repl_inspect.py.exp
David Lechner 7c24f55285 tests/cmdline/repl_inspect: Add new test for -i option.
This adds a new test to verify that the inspect (-i) command line option
works.
2020-02-04 17:53:06 +11:00

7 lines
135 B
Plaintext

test
MicroPython \.\+ version
Use \.\+
>>> # cmdline: -c print("test") -i
>>> # -c option combined with -i option results in REPL
>>>