micropython/tests
Damien George 224fee0e10 stmhal: Fix HAL error raising; make test for it.
Addresses issue #968.
2014-11-15 20:39:44 +00:00
..
basics tests: Add test for hash of user defined class. 2014-11-15 18:30:01 +00:00
bench
bytecode
extmod moductypes: Add test for accessing UINT8 array. 2014-10-30 03:50:37 +02:00
float
import
inlineasm
io
micropython tests: Add heapalloc.py.exp, since CPython can't generate it. 2014-10-31 22:09:40 +00:00
misc
pyb stmhal: Fix HAL error raising; make test for it. 2014-11-15 20:39:44 +00:00
pybnative
unicode
unix
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.