micropython/tests
Paul Sokolovsky ac2e28c654 Support passing positional args as keywords to bytecode functions.
For this, record argument names along with each bytecode function. The code
still includes extensive debug logging support so far.
2014-02-16 18:36:33 +02:00
..
basics Support passing positional args as keywords to bytecode functions. 2014-02-16 18:36:33 +02:00
bytecode
io io.File, socket types: Add fileno() method. 2014-02-08 21:20:32 +02:00
README
run-tests

README

This directory contains tests for various functionality areas of MicroPython.
To run all stable tests, run "run-tests" script in this directory. Note
that bytecode tests are not yet stable and should be run separately in
"bytecode" subdirectory.