summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/asyncio_loop_stop.py
Commit message (Collapse)AuthorAge
* tests/extmod: Add .exp test files for asyncio.get_event_loop tests.Damien George2024-05-27
| | | | | | | And use `asyncio.new_event_loop()` where possible. This change is needed because CPython 3.12 deprecated the `get_event_loop()` function. Signed-off-by: Damien George <damien@micropython.org>
* 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>