micropython/tests
Damien George 41736f8201 tests: Write output in byte mode, not text mode.
This enables testing unicode and non-unicode implementations.
2014-06-28 10:29:12 +01:00
..
basics modstruct: Fix alignment handling issues. 2014-06-25 23:34:44 +03:00
bench
bytecode
float
import
inlineasm
io
micropython
misc py: Add protection against printing too nested or recursive data structures. 2014-06-28 02:25:04 +03:00
pyb
pybnative
unicode tests: Add basic test for unicode file i/o. 2014-06-27 00:04:20 +03:00
README
pyboard.py
run-bench-tests
run-tests tests: Write output in byte mode, not text mode. 2014-06-28 10:29:12 +01:00

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.