micropython/tests
Damien George 9a2913ed1c py/objlist: Make list += accept all arguments and add test. 2015-08-02 20:53:54 +01:00
..
basics py/objlist: Make list += accept all arguments and add test. 2015-08-02 20:53:54 +01:00
bench
bytecode
cmdline run-tests: Use PTY when running REPL tests. 2015-07-26 15:23:11 +01:00
extmod modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
float modbuiltins: Implement round() to precision. 2015-07-19 21:49:44 +03:00
import tests: Add test for relative import without package context. 2015-06-27 00:40:22 +03:00
inlineasm
io tests: Add testcase for open(..., "a"). 2015-06-21 00:05:09 +03:00
micropython py: Allow viper functions to take up to 4 arguments. 2015-07-23 14:11:29 +01:00
misc tests: Adapt misc/features.py tests for ports without floating point. 2015-06-24 17:53:29 +01:00
pyb
pybnative
unicode py: Support unicode (utf-8 encoded) identifiers in Python source. 2015-06-09 10:58:07 +00:00
unix
README
pyboard.py
run-bench-tests
run-tests run-tests: Use PTY when running REPL tests. 2015-07-26 15:23:11 +01: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.