summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
AgeCommit message (Collapse)Author
2021-04-15tests/feature_check: Check for lack of pass result rather than failure.Damien George
Commit cb68a5741aba5d4935428674234a9d643f97405f broke automatic Python feature detection when running tests, because some detection relied on a crash of a feature script returning exactly b"CRASH". This commit fixes this and improves the situation by testing for the lack of a known pass result, rather than an exact failure result. Signed-off-by: Damien George <damien@micropython.org>
2021-03-16tests/run-tests.py: Provide more info if script run via pyboard crashes.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2021-03-12tests/run-tests.py: Reformat with Black.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
Signed-off-by: Damien George <damien@micropython.org>