micropython/tests
Damien George 2234c3f23d tests: Add test for exception matching of a tuple of exceptions. 2014-09-25 15:49:26 +01:00
..
basics tests: Add test for exception matching of a tuple of exceptions. 2014-09-25 15:49:26 +01:00
bench
bytecode
extmod
float
import
inlineasm
io
micropython
misc
pyb
pybnative
unicode
unix
README
pyboard.py
run-bench-tests
run-tests py: Make native emitter handle multi-compare and not/is not/not in ops. 2014-09-23 14:15:45 +00: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.