micropython/tests
Damien George 256b319d56 tests: Disable memoryerror.py test, since it fails on travis.
Would be good to test this, but need to find a way to optionally not
running it when on travis.
2014-04-15 12:30:30 +01:00
..
basics tests: Disable memoryerror.py test, since it fails on travis. 2014-04-15 12:30:30 +01:00
bytecode tests: Add some bytecode tests. 2014-04-12 18:00:32 +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 travis: Diff output, hopefully this works. 2014-04-15 12:20:22 +01:00

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.