micropython/tests
Paul Sokolovsky 48fdaad824 py: Rename collections module to _collections.
We're not going to implement all the plethora of types in there in C.
Funnily, CPython implements defaultdict in C, and namedtuple in Python.
2014-04-13 10:24:00 +03:00
..
basics py: Rename collections module to _collections. 2014-04-13 10:24:00 +03:00
bytecode tests: Add some bytecode tests. 2014-04-12 18:00:32 +01:00
io
misc
README
run-tests py: Implement more features in native emitter. 2014-04-06 12:58:40 +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.