micropython/tests
Damien George c3ab90da46 tests: Make printing of floats hopefully more portable. 2014-10-05 17:50:02 +01:00
..
basics py: Remove IOError since it's deprecated; use OSError instead. 2014-09-30 13:59:30 +00:00
bench
bytecode
extmod tests: Make printing of floats hopefully more portable. 2014-10-05 17:50:02 +01:00
float
import
inlineasm
io
micropython py: Fix viper store on x86; add tests for viper ptr16. 2014-09-29 21:41:41 +00:00
misc
pyb tests: Add simple CAN test. 2014-10-02 17:32:02 +01:00
pybnative
unicode
unix
README
pyboard.py
run-bench-tests
run-tests Exclude some tests which always fail on windows 2014-10-05 09:32:26 +02:00
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.