micropython/tests
Damien George 2309369291 tests: Allow to run tests on pyboard.
To run the tests on the pyboard you need to set the "test_on_pyboard"
variable to "True", and also have tools/pyboard.py available for import
(easiest is to symlink to it).
2014-04-03 22:44:51 +01:00
..
basics py: Fix regress for printing of floats and #if. 2014-04-02 20:04:15 +01:00
bytecode Change test scripts to use python3; bytecode tests use python3.4. 2014-04-02 15:31:39 +01:00
io unix file: Implement context manager protocol (for "with" statement). 2014-04-03 22:09:05 +03: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 tests: Allow to run tests on pyboard. 2014-04-03 22:44:51 +01: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.