micropython/tests
Damien George c2ec2ad8fb tests: Add test where __getitem__ raises IndexError to stop iteration. 2015-08-30 11:49:59 +01:00
..
basics tests: Add test where __getitem__ raises IndexError to stop iteration. 2015-08-30 11:49:59 +01:00
bench
cmdline tests: Consolidate all feature check snippets under feature_check/. 2015-08-30 11:36:42 +03:00
extmod
feature_check tests: Consolidate all feature check snippets under feature_check/. 2015-08-30 11:36:42 +03:00
float tests: Add a few tests for bool, bytearray, float to improve coverage. 2015-08-29 23:13:28 +01:00
import
inlineasm
io tests: Make io test cleanup after itself by removing 'testfile'. 2015-08-21 08:45:52 +01:00
micropython tests: Consolidate all feature check snippets under feature_check/. 2015-08-30 11:36:42 +03:00
misc
pyb tests: Add test for pyboard SPI in slave mode, recv with no master. 2015-08-05 23:47:57 +01:00
pybnative
unicode py/objstr: Make string formatting 8-bit clean. 2015-08-29 23:13:51 +01:00
unix tests/ffi_float: Split tgammaf() testcase to a separate test. 2015-08-29 17:24:29 +03:00
README
pyboard.py
run-bench-tests
run-tests tests: Consolidate all feature check snippets under feature_check/. 2015-08-30 11:36:42 +03: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.