aboutsummaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_basic.py.exp
AgeCommit message (Collapse)Author
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2015-10-12unix: Add exit and paste-mode hints to shell startup banner.Damien George
Thanks to @nyov for the initial patch.
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-03-20tests: Adjust expected output, since Travis can't do git describe.Damien George
2015-03-20tests: Make cmdline tests more stable by using regex for matching.Damien George
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.