summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/asyncio_current_task.py
Commit message (Collapse)AuthorAge
* extmod/asyncio: Make current_task raise exception when there is no task.Damien George2024-02-28
| | | | | | | | Matches CPython behaviour. Fixes issue #11530. 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>