micropython/tests
Paul Sokolovsky 8d90a382cf basics/enumerate.py: Don't turn enumerate test into heap test.
With range(10000), doesn't fit into 128K heap.
2014-02-11 15:34:32 +02:00
..
basics basics/enumerate.py: Don't turn enumerate test into heap test. 2014-02-11 15:34:32 +02: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
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests run-tests can handle segfault. 2014-01-29 22:32:23 +00:00

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.