Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix: Rename "_os" module to "uos" for consistency with baremetal ports. | Paul Sokolovsky | 2015-12-12 |
| | |||
* | tests: Add run-tests-exp.py, simple MicroPython-based test runner. | Paul Sokolovsky | 2014-12-24 |
This script is rewrite of run-tests-exp.sh, and tries to achieve self-hosted testsuite running in environments where neither CPython nor unix shell is available. As run-tests-exp.sh, it requires complete set of .exp files pre-generated with ./run-test --write-exp. |