micropython/tests
Damien George 7447e80f3d tests: Remove print('flush') from 2 tests, since stmhal now works.
Fixing the USB problem on stmhal now gets these 2 tests working.
2014-04-17 00:14:05 +01:00
..
basics tests: Remove print('flush') from 2 tests, since stmhal now works. 2014-04-17 00:14:05 +01:00
bytecode fix README to match contents of run-tests 2014-04-16 20:14:38 +01:00
io
misc
README
run-tests run-tests can now skip certain tests when run under Travis CI 2014-04-16 03:28: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.