summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/uasyncio_micropython.py
Commit message (Collapse)AuthorAge
* tests: Rename uasyncio to asyncio.Jim Mussared2023-06-19
| | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
| | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests/extmod: Add test for sleep_ms value that overflows ticks.Damien George2022-10-14
| | | | | | Addresses #9516. Signed-off-by: Damien George <damien@micropython.org>
* extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George2020-06-10
Fixes issue #6107.