micropython/tests
Damien George 3ff2d03891 py: Fix bug in optimised for .. range.
Don't store final, failing value to the loop variable.  This fix also
makes for .. range a bit more efficient, as it uses less store/load
pairs for the loop variable.
2014-03-31 18:02:22 +01:00
..
basics py: Fix bug in optimised for .. range. 2014-03-31 18:02:22 +01:00
bytecode py: Add built-in super. 2014-02-05 00:51:47 +00:00
io io.File, socket types: Add fileno() method. 2014-02-08 21:20:32 +02:00
misc py: Fix bug in optimised for .. range. 2014-03-31 18:02:22 +01:00
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests run-tests: Dump output of failing tests to files again. 2014-03-23 01:58:07 +02: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.