micropython/tests
Damien George 32bade19d9 py: Convert CR to LF and CR LF to LF in lexer.
Only noticeable difference is how newlines are encoded in triple-quoted
strings.  The behaviour now matches CPython3.
2015-01-30 00:27:46 +00:00
..
basics py: Convert CR to LF and CR LF to LF in lexer. 2015-01-30 00:27:46 +00:00
bench
bytecode
extmod moduzlib: Implement raw DEFLATE decoding support. 2015-01-28 02:21:49 +02:00
float tests: Make float/int_power.py pass on pyboard/single prec float. 2015-01-29 13:56:58 +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
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.