micropython/tests/cmdline/repl_micropyinspect.py
David Lechner 4a97f7aaf3 tests/cmdline: Add test for MICROPYINSPECT environment variable.
When this variable is set to non-empty string it triggers the REPL after a
command/module/file finishes running.

The Python file without the file extension is because the cmdline: parser
in run-test splits on spaces, so we can't use the -c option since
`import os` can't be written without a space.
2020-02-04 17:54:31 +11:00

3 lines
119 B
Python

# cmdline: cmdline/repl_micropyinspect
# setting MICROPYINSPECT environment variable before program exit triggers REPL