micropython/tests
Paul Sokolovsky 2ff3d9d0b2 builtinimport: Set __path__ attribute ASAP as it's clear we have a package.
This helps with handling "recursive" imports in sane manner, for example
when foo/__init__.py has something like "from foo import submod".
2014-04-12 02:55:18 +03:00
..
basics builtinimport: Set __path__ attribute ASAP as it's clear we have a package. 2014-04-12 02:55:18 +03:00
bytecode py, compiler: Allow lambda's to yield. 2014-04-11 13:10:21 +00: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 py: Implement more features in native emitter. 2014-04-06 12:58:40 +01: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.