|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| run-mpremote-tests.sh | ||
| test_eval_exec_run.sh | ||
| test_eval_exec_run.sh.exp | ||
| test_filesystem.sh | ||
| test_filesystem.sh.exp | ||
| test_mip_local_install.sh | ||
| test_mip_local_install.sh.exp | ||
| test_mount.sh | ||
| test_mount.sh.exp | ||
| test_recursive_cp.sh | ||
| test_recursive_cp.sh.exp | ||
| test_resume.sh | ||
| test_resume.sh.exp | ||
Tests for mpremote
This directory contains a set of tests for mpremote.
Requirements:
- A device running MicroPython connected to a serial port on the host.
- Python 3.x,
bashand various Unix tools such asfind,mktemp,sed,sort,tr.
To run the tests do:
$ ./run-mpremote-tests.sh
Each test should print "OK" if it passed. Otherwise it will print "CRASH", or "FAIL" and a diff of the expected and actual test output.