circuitpython/tests
Damien George 23419a2f8a Merge pull request #433 from pfalcon/getattr-3arg
py: Support 3-arg getattr() builtin (with default value).
2014-04-05 18:00:04 +01:00
..
basics Merge pull request #433 from pfalcon/getattr-3arg 2014-04-05 18:00:04 +01:00
bytecode Change test scripts to use python3; bytecode tests use python3.4. 2014-04-02 15:31:39 +01:00
io tests/file-with: Add testcase which failed for @dpgeorge. 2014-04-04 12:15:39 +03:00
misc tests: Make rge-sm.py use less memory (integration step increased). 2014-04-04 11:15:54 +00:00
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests run-tests: Elaborate python3 command override capabilities. 2014-04-04 17:28:34 +03:00

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.