micropython/tests
Damien George 57ebe1b27d unix-cpy: Fix adjustment of stack size when leaving exception handler.
Also remove __debug__ from one of the bytecode tests.
2015-05-06 16:46:21 +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
float modstruct: Rename module to "ustruct", to allow full Python-level impl. 2015-05-04 16:53:52 +03:00
import
inlineasm
io
micropython
misc vm: On exiting except block, clear sys.exc_info() value. 2015-04-26 01:40:37 +03:00
pyb
pybnative
unicode
unix unix/modffi: Support passing float/double args. 2015-04-28 19:40:34 +01:00
README
pyboard.py
run-bench-tests
run-tests modsys: Add basic sys.exc_info() implementation. 2015-04-25 03:49:23 +03:00
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.