micropython/tests
Damien George dfef4249eb py: Fix viper store on x86; add tests for viper ptr16. 2014-09-29 21:41:41 +00:00
..
basics tests: Add test for exception matching of a tuple of exceptions. 2014-09-25 15:49:26 +01:00
bench
bytecode
extmod py: Simplify JSON str printing (while still conforming to JSON spec). 2014-09-25 17:35:56 +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
pybnative
unicode
unix Change allows tests/unix/ffi_float.py to pass on OSX 2014-09-25 16:31:30 +01: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.