circuitpython/tests
Damien George b40892d266 Rename array test to array1 so it doesn't clash with array module.
On my machine, 'import array' in CPython tries to load the array test.
2014-01-28 23:12:35 +00:00
..
basics Rename array test to array1 so it doesn't clash with array module. 2014-01-28 23:12:35 +00:00
bytecode Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. 2014-01-02 16:14:19 +00:00
io unix io.FileIO: Add iteration support. 2014-01-20 18:42:08 +02:00
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests run-tests: Allow to run tests selectively via command line. 2014-01-21 05:02:58 +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.