summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_gather.py
AgeCommit message (Expand)Author
2022-07-26extmod/uasyncio: Handle gather with no awaitables.Jim Mussared
2022-05-03tests/extmod: Increase timing on uasyncio tests to make more reliable.Damien George
2022-04-21extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.Damien George
2022-04-20tests/extmod/uasyncio_gather: Make double-raise gather test reliable.Damien George
2022-03-30extmod/uasyncio: Fix gather cancelling and handling of exceptions.Damien George
2021-11-17extmod/uasyncio: Fix gather returning exceptions from a cancelled task.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-03-26tests/extmod: Add uasyncio tests.Damien George