micropython/tests
Damien George cde0ca21bf py: Simplify JSON str printing (while still conforming to JSON spec).
The JSON specs are relatively flexible and allow us to use one function
to print strings, be they ascii, bytes or utf-8 encoded.
2014-09-25 17:35:56 +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 py: Simplify JSON str printing (while still conforming to JSON spec). 2014-09-25 17:35:56 +01: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.