micropython/tests
blmorris 4f449120e1 Change allows tests/unix/ffi_float.py to pass on OSX 2014-09-25 16:31:30 +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 tests: Fix uctypes tests to run on 64bit arch; enable more native tests. 2014-09-23 14:15:45 +00:00
float
import
inlineasm
io
micropython
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 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.