micropython/tests
Dave Hylands 6756a37a77 Implements most of str.modulo
The alternate form for floating point doesn't work yet.
The %(name)s form doesn't work yet.
2014-04-03 23:55:02 -07:00
..
basics Implements most of str.modulo 2014-04-03 23:55:02 -07:00
bytecode Change test scripts to use python3; bytecode tests use python3.4. 2014-04-02 15:31:39 +01:00
io unix file: Implement context manager protocol (for "with" statement). 2014-04-03 22:09:05 +03:00
misc
README
run-tests Changes to get unix/ port compiling on Cygwin. 2014-04-03 23:51:16 +01:00

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.