summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_basic.py
AgeCommit message (Collapse)Author
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable.
2015-03-13tests: Add ability to test uPy cmdline executable.Damien George
This allows to test options passed to cmdline executable, as well as the behaviour of the REPL.