circuitpython/tests
Damien George 7d08935458 Rename unix binary to 'micropython'. 2014-01-20 00:02:39 +00:00
..
basics Move tests in basic/tests/ up one level preparating to multiple test dirs. 2014-01-19 18:41:55 +02:00
bytecode Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. 2014-01-02 16:14:19 +00:00
io unix: Implement sys.argv. 2014-01-20 01:00:28 +02:00
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests Rename unix binary to 'micropython'. 2014-01-20 00:02:39 +00: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.