micropython/tests
Damien George 21ca2d76a2 py: Partially fix viper multi-comparison; add test for it. 2014-10-19 19:00:51 +01:00
..
basics py: Add more compiler optimisations for constant if/while conditions. 2014-10-17 17:57:33 +00:00
bench
bytecode
extmod modure: Update to re1.5 v0.6.1, fixed and extended character class support. 2014-10-17 22:25:18 +03:00
float
import
inlineasm
io unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03:00
micropython py: Partially fix viper multi-comparison; add test for it. 2014-10-19 19:00:51 +01:00
misc
pyb
pybnative
unicode
unix tests: Skip ffi_float.py if module ffi is not available. 2014-10-06 22:37:40 +03:00
README
pyboard.py
run-bench-tests
run-tests
run-tests-exp.sh

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.

When creating new tests, anything that relies on float support should go in the 
float/ subdirectory.  Anything that relies on import x, where x is not a built-in
module, should go in the import/ subdirectory.