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