summaryrefslogtreecommitdiff
path: root/tests/run-tests-exp.py
AgeCommit message (Collapse)Author
2015-12-12unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky
2014-12-24tests: 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.