micropython/tests
Daniel Campora f8b98d8329 tests/wipy: Improve UART tests with no pin assignment case. 2015-09-10 07:59:59 +02:00
..
basics tests: Move int+unicode test to unicode-specific test directory. 2015-09-07 21:36:24 +01:00
bench
cmdline
extmod
feature_check
float py/lexer: Properly classify floats that look like hex numbers. 2015-09-07 17:33:44 +01:00
import
inlineasm
io
micropython
misc
pyb
pybnative
unicode tests: Move int+unicode test to unicode-specific test directory. 2015-09-07 21:36:24 +01:00
unix
wipy tests/wipy: Improve UART tests with no pin assignment case. 2015-09-10 07:59:59 +02:00
README
pyboard.py
run-bench-tests
run-tests tests: Ignore exception chain test on the WiPy. 2015-09-10 07:59:53 +02: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.