micropython/tests
Damien George d792d9e49e unix: Make extra-coverage function callable from Python scripts.
This allows the output of the extra-coverage tests to be checked using
the normal run-tests script.
2015-05-08 09:18:38 +01:00
..
basics py: Fix naming of function arguments when function is a closure. 2015-05-06 13:55:33 +01:00
bench
bytecode unix-cpy: Fix adjustment of stack size when leaving exception handler. 2015-05-06 16:46:21 +01:00
cmdline py: Fix naming of function arguments when function is a closure. 2015-05-06 13:55:33 +01:00
extmod tests: Add test for machine module (mem* functions). 2015-05-08 00:18:28 +01:00
float
import
inlineasm
io
micropython
misc
pyb
pybnative
unicode
unix unix: Make extra-coverage function callable from Python scripts. 2015-05-08 09:18:38 +01:00
README
pyboard.py
run-bench-tests
run-tests
run-tests-exp.py
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.