summaryrefslogtreecommitdiff
path: root/tests/README
AgeCommit message (Collapse)Author
2022-06-28tests: Add an explanation of run-perfbench.py.Angus Gratton
Also changes this file to a Markdown file. Signed-off-by: Angus Gratton <gus@projectgus.com>
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2020-01-22tests: Make run-tests help and README be more descriptive of behaviour.Thorsten von Eicken
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2015-09-15tests/README: Explain how tests get skippedTom Soulanille
2014-04-17tests: Split out those tests requiring float and import.Damien George
Tests in basics (which should probably be renamed to core) should not rely on float, or import any non-built-in files. This way these tests can be run when those features are not available. All test in basics now pass on the pyboard using stmhal port, except for string-repr which has some issues with character hex printing.
2014-01-19Add README for tests/.Paul Sokolovsky