index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-multitests.py
Age
Commit message (
Expand
)
Author
2021-08-13
tests/run-multitests.py: Add broadcast and wait facility.
Damien George
2021-06-06
tests/run-multitests.py: Allow to work without sys.stdout on target.
Damien George
2021-05-13
tests/run-multitests.py: Flush stdout for each line of trace output.
Damien George
2021-04-30
tests/run-multitests.py: Provide some convenient serial device shorcuts.
Damien George
2020-11-13
tests/run-multitests.py: Add a -p flag to run permutations of instances.
Jim Mussared
2020-11-13
tests/run-multitests.py: Fix diff order, show changes relative to truth.
Jim Mussared
2020-09-18
tests/run-multitests.py: Show test/truth diff.
Jim Mussared
2020-06-10
tests/run-multitests.py: Allow passing unique env vars to each instance.
Jim Mussared
2020-06-05
tests/multi_bluetooth: Update to work with new BLE events.
Jim Mussared
2020-05-09
tests/run-multitests.py: Add TRACE banner and move TEST output to end.
Damien George
2020-04-29
tests/run-multitests.py: Add shortcuts for local Python instances.
Jim Mussared
2020-04-29
tests/run-multitests.py: Allow filtering out lines from stdout.
Jim Mussared
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-26
tests: Make default MICROPYPATH include extmod to find uasyncio.
Damien George
2020-03-18
tests/run-multitests.py: Print test summary and do exit(1) on failure.
Damien George
2020-03-10
tests/run-multitests.py: Add new test runner for multiple Py instances.
Damien George