micropython/tests/cmdline
Paul Sokolovsky b8ee7ab5b9 py/runtime0.h: Put inplace arith ops in front of normal operations.
This is to allow to place reverse ops immediately after normal ops, so
they can be tested as one range (which is optimization for reverse ops
introduction in the next patch).
2017-09-08 00:10:10 +03:00
..
cmd_optimise.py tests/cmdline: Add test for -O option to check optimisation value. 2016-08-26 22:29:38 +10:00
cmd_optimise.py.exp tests/cmdline: Add test for -O option to check optimisation value. 2016-08-26 22:29:38 +10:00
cmd_parsetree.py tests: Add a coverage test for printing the parse-tree. 2016-12-22 11:26:06 +11:00
cmd_parsetree.py.exp py/compile: Refactor handling of special super() call. 2017-04-22 21:46:32 +10:00
cmd_showbc.py tests: Add tests for calling super and loading a method directly. 2017-04-22 23:39:38 +10:00
cmd_showbc.py.exp py/runtime0.h: Put inplace arith ops in front of normal operations. 2017-09-08 00:10:10 +03:00
cmd_verbose.py tests: Add ability to test uPy cmdline executable. 2015-03-13 10:58:34 +00:00
cmd_verbose.py.exp tests: Get cmdline verbose tests running again. 2016-09-20 11:33:19 +10:00
repl_autocomplete.py tests/cmdline: Improve repl.c autocomplete test coverage. 2016-12-29 17:14:04 +11:00
repl_autocomplete.py.exp tests/cmdline: Improve repl.c autocomplete test coverage. 2016-12-29 17:14:04 +11:00
repl_basic.py tests: Improve test coverage of py/compile.c. 2016-10-11 12:30:32 +11:00
repl_basic.py.exp tests: Improve test coverage of py/compile.c. 2016-10-11 12:30:32 +11:00
repl_cont.py py/repl: Check for an identifier char after the keyword. 2016-02-17 08:56:15 +00:00
repl_cont.py.exp py/repl: Check for an identifier char after the keyword. 2016-02-17 08:56:15 +00:00
repl_emacs_keys.py run-tests: Test REPL emacs keys, but only if present. 2015-08-06 00:03:44 +01:00
repl_emacs_keys.py.exp unix: Add exit and paste-mode hints to shell startup banner. 2015-10-12 00:19:00 +01:00