summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline
Commit message (Expand)AuthorAge
* tests: Add tests for calling super and loading a method directly.Damien George2017-04-22
* py/compile: Refactor handling of special super() call.Damien George2017-04-22
* py: Create str/bytes objects in the parser, not the compiler.Damien George2017-02-24
* tests/cmdline/cmd_parsetree: Update to work with changes to grammar.Damien George2017-02-17
* tests/cmdline: Update cmd_parsetree test for changes to grammar order.Damien George2017-02-16
* tests/cmdline/cmd_showbc: Update to work with recent changes.Damien George2017-02-16
* tests/cmdline: Update tests to pass with latest changes to bytecode.Damien George2017-02-16
* py: Allow bytecode/native to put iter_buf on stack for simple for loops.Damien George2017-02-16
* tests/cmdline: Improve repl.c autocomplete test coverage.Rami Ali2016-12-29
* tests: Add a coverage test for printing the parse-tree.Damien George2016-12-22
* tests/cmdline: Improve coverage test for printing bytecode.Damien George2016-10-17
* tests: Improve test coverage of py/compile.c.Damien George2016-10-11
* tests: Fix expected output of verbose cmdline teststijn2016-10-05
* tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.Damien George2016-09-27
* tests: Get cmdline verbose tests running again.Damien George2016-09-20
* tests/cmdline: Add test for -O option to check optimisation value.Damien George2016-08-26
* py/repl: Check for an identifier char after the keyword.Alex March2016-02-17
* unix: Add exit and paste-mode hints to shell startup banner.Damien George2015-10-12
* Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George2015-10-12
* tests: Add escaped quotes tests for REPL.Alex March2015-09-19
* unix: Enable REPL auto-indent.Damien George2015-09-12
* tests: Consolidate all feature check snippets under feature_check/.Paul Sokolovsky2015-08-30
* tests: Remove over-specification of startup bannerTom Soulanille2015-08-08
* run-tests: Test REPL emacs keys, but only if present.Tom Soulanille2015-08-06
* run-tests: Use PTY when running REPL tests.Tom Soulanille2015-07-26
* py: Remove mp_load_const_bytes and instead load precreated bytes object.Damien George2015-06-25
* py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.Damien George2015-06-13
* unix: Add option to use uPy readline, and enable by default.Damien George2015-05-27
* py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.Damien George2015-05-12
* py: Fix naming of function arguments when function is a closure.Damien George2015-05-06
* tests: Fix cmd_showbc now that LOAD_CONST_ELLIPSIS bytecode is gone.Damien George2015-05-05
* py: Modify bytecode "with" behaviour so it doesn't use any heap.Damien George2015-04-24
* py: Simplify bytecode prelude when encoding closed over variables.Damien George2015-04-07
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04
* tests: Adjust expected output, since Travis can't do git describe.Damien George2015-03-20
* tests: Make cmdline tests more stable by using regex for matching.Damien George2015-03-20
* tests: Don't try to verify amount of memory used in cmd_showbc test.Damien George2015-03-14
* tests: Add cmdline test to test showbc code.Damien George2015-03-14
* tests: Add ability to test uPy cmdline executable.Damien George2015-03-13