summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/uasyncio_basic.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: Increase timing on uasyncio tests to make more reliable.Damien George2022-05-03
| | | | | | | | Non-real-time systems like Windows, Linux and macOS do not have reliable timing, so increase the sleep intervals to make these tests more likely to pass. Signed-off-by: Damien George <damien@micropython.org>
* tests/extmod: Add test for uasyncio.sleep of a negative time.Damien George2020-08-22
| | | | | | It should take 0 time to await on a negative sleep. Signed-off-by: Damien George <damien@micropython.org>
* tests/extmod: Add uasyncio tests.Damien George2020-03-26
All .exp files are included because they require CPython 3.8 which may not always be available.