Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-12 | unix: Rename "_os" module to "uos" for consistency with baremetal ports. | Paul Sokolovsky | |
2014-12-24 | tests: Add run-tests-exp.py, simple MicroPython-based test runner. | Paul Sokolovsky | |
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. |