index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
run-multitests.py
Commit message (
Expand
)
Author
Age
*
tests: Add basic wlan test.
Angus Gratton
2024-11-28
*
tests/run-multitests.py: Change to dir of test script when running it.
Damien George
2024-01-05
*
tests/run-multitests.py: Don't allow imports from the cwd.
Jim Mussared
2023-06-08
*
tests/run-multitests.py: Support outputting test metrics.
Damien George
2023-03-23
*
tests/run-multitests.py: Add ability to test instance over reboot.
Andrew Leech
2023-03-08
*
all: Keep msvc build output in build/ directories.
stijn
2022-12-13
*
tests/run-multitests: Make paths more deterministic.
Andrew Leech
2022-09-20
*
tests/run-multitests: Extend usage information.
Andrew Leech
2022-09-20
*
tests,tools: Update path to unix micropython executable.
Damien George
2022-08-18
*
tests/run-multitests.py: Read IP address from boot nic if available.
Andrew Leech
2022-06-03
*
tests/run-multitests.py: Use LAN for IP address if WLAN doesn't exist.
robert-hh
2022-05-24
*
tests/run-multitests.py: Set HOST_IP so tests work between PC and board.
Damien George
2022-01-17
*
tests/run-multitests.py: Ignore lld_pdu_get_tx_flush_nb msgs from IDF.
Damien George
2022-01-17
*
tests/run-multitests.py: Add broadcast and wait facility.
Damien George
2021-08-13
*
tests/run-multitests.py: Allow to work without sys.stdout on target.
Damien George
2021-06-06
*
tests/run-multitests.py: Flush stdout for each line of trace output.
Damien George
2021-05-13
*
tests/run-multitests.py: Provide some convenient serial device shorcuts.
Damien George
2021-04-30
*
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-11-13
*
tests/run-multitests.py: Show test/truth diff.
Jim Mussared
2020-09-18
*
tests/run-multitests.py: Allow passing unique env vars to each instance.
Jim Mussared
2020-06-10
*
tests/multi_bluetooth: Update to work with new BLE events.
Jim Mussared
2020-06-05
*
tests/run-multitests.py: Add TRACE banner and move TEST output to end.
Damien George
2020-05-09
*
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-04-29
*
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
*
tests: Make default MICROPYPATH include extmod to find uasyncio.
Damien George
2020-03-26
*
tests/run-multitests.py: Print test summary and do exit(1) on failure.
Damien George
2020-03-18
*
tests/run-multitests.py: Add new test runner for multiple Py instances.
Damien George
2020-03-10