circuitpython/tests
Damien George 929a675a3d Change test scripts to use python3; bytecode tests use python3.4.
I upgraded to Python 3.4.0, so needed to make these changes.  Hopefully
the tests still run with Python 3.3.x (the scripts use python3 so are
agnostic as to the subversion).

Bytecode tests are tightly coupled to the Python version, and now some
fail against Python 3.4.
2014-04-02 15:31:39 +01:00
..
basics Add more tests. 2014-04-02 14:23:04 +01:00
bytecode Change test scripts to use python3; bytecode tests use python3.4. 2014-04-02 15:31:39 +01:00
io io.File, socket types: Add fileno() method. 2014-02-08 21:20:32 +02:00
misc Add a test. 2014-04-02 13:32:37 +01:00
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests Change test scripts to use python3; bytecode tests use python3.4. 2014-04-02 15:31:39 +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.