Browse Source

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.
pull/5606/head
David Lechner 5 years ago
committed by Damien George
parent
commit
7c24f55285
  1. 2
      tests/cmdline/repl_inspect.py
  2. 6
      tests/cmdline/repl_inspect.py.exp

2
tests/cmdline/repl_inspect.py

@ -0,0 +1,2 @@
# cmdline: -c print("test") -i
# -c option combined with -i option results in REPL

6
tests/cmdline/repl_inspect.py.exp

@ -0,0 +1,6 @@
test
MicroPython \.\+ version
Use \.\+
>>> # cmdline: -c print("test") -i
>>> # -c option combined with -i option results in REPL
>>>
Loading…
Cancel
Save