summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_micropython.py.exp
AgeCommit message (Collapse)Author
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-10-14tests/extmod: Add test for sleep_ms value that overflows ticks.Damien George
Addresses #9516. Signed-off-by: Damien George <damien@micropython.org>
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
Fixes issue #6107.