micropython/tests
Damien George 7310fd469a py: Consolidate min/max functions into one, and add key= argument.
Addresses issue #811.
2014-08-24 19:14:09 +01:00
..
basics py: Consolidate min/max functions into one, and add key= argument. 2014-08-24 19:14:09 +01:00
bench
bytecode
extmod extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. 2014-08-12 23:23:53 +01:00
float
import
inlineasm
io
micropython py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
misc
pyb stmhal, modtime: Small changes, reduced code size by around 80 bytes. 2014-08-24 17:40:24 +01:00
pybnative
unicode
README
pyboard.py
run-bench-tests
run-tests
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.