micropython/tests
Damien George 48244044a2 py: Allow subclass of native object to delegate to the native buffer_p.
Addresses issue #1109.
2015-02-09 15:08:00 +00:00
..
basics py: Allow subclass of native object to delegate to the native buffer_p. 2015-02-09 15:08:00 +00:00
bench
bytecode
extmod extmod: Make ujson.loads raise exception if given empty string. 2015-02-02 21:52:19 +00:00
float py: Parse big-int/float/imag constants directly in parser. 2015-02-08 01:57:40 +00:00
import
inlineasm
io tests: Add some tests to improve coverage. 2015-01-29 14:56:09 +00:00
micropython
misc
pyb
pybnative
unicode tests: Add some tests to improve coverage. 2015-01-29 14:56:09 +00:00
unix
README
pyboard.py
run-bench-tests
run-tests tests: Disable float/cmath_fun.py for native emitter. 2015-02-02 20:01:51 +00: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.