summaryrefslogtreecommitdiff
path: root/tests/run-multitests.py
AgeCommit message (Expand)Author
2024-01-05tests/run-multitests.py: Change to dir of test script when running it.Damien George
2023-06-08tests/run-multitests.py: Don't allow imports from the cwd.Jim Mussared
2023-03-23tests/run-multitests.py: Support outputting test metrics.Damien George
2023-03-08tests/run-multitests.py: Add ability to test instance over reboot.Andrew Leech
2022-12-13all: Keep msvc build output in build/ directories.stijn
2022-09-20tests/run-multitests: Make paths more deterministic.Andrew Leech
2022-09-20tests/run-multitests: Extend usage information.Andrew Leech
2022-08-18tests,tools: Update path to unix micropython executable.Damien George
2022-06-03tests/run-multitests.py: Read IP address from boot nic if available.Andrew Leech
2022-05-24tests/run-multitests.py: Use LAN for IP address if WLAN doesn't exist.robert-hh
2022-01-17tests/run-multitests.py: Set HOST_IP so tests work between PC and board.Damien George
2022-01-17tests/run-multitests.py: Ignore lld_pdu_get_tx_flush_nb msgs from IDF.Damien George
2021-08-13tests/run-multitests.py: Add broadcast and wait facility.Damien George
2021-06-06tests/run-multitests.py: Allow to work without sys.stdout on target.Damien George
2021-05-13tests/run-multitests.py: Flush stdout for each line of trace output.Damien George
2021-04-30tests/run-multitests.py: Provide some convenient serial device shorcuts.Damien George
2020-11-13tests/run-multitests.py: Add a -p flag to run permutations of instances.Jim Mussared
2020-11-13tests/run-multitests.py: Fix diff order, show changes relative to truth.Jim Mussared
2020-09-18tests/run-multitests.py: Show test/truth diff.Jim Mussared
2020-06-10tests/run-multitests.py: Allow passing unique env vars to each instance.Jim Mussared
2020-06-05tests/multi_bluetooth: Update to work with new BLE events.Jim Mussared
2020-05-09tests/run-multitests.py: Add TRACE banner and move TEST output to end.Damien George
2020-04-29tests/run-multitests.py: Add shortcuts for local Python instances.Jim Mussared
2020-04-29tests/run-multitests.py: Allow filtering out lines from stdout.Jim Mussared
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-26tests: Make default MICROPYPATH include extmod to find uasyncio.Damien George
2020-03-18tests/run-multitests.py: Print test summary and do exit(1) on failure.Damien George
2020-03-10tests/run-multitests.py: Add new test runner for multiple Py instances.Damien George