Jim Mussared
6027c41c8f
tests: Rename uasyncio to asyncio.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 year ago
Jim Mussared
4216bc7d13
tests: Replace umodule with module everywhere.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2 years ago
Damien George
c90f097519
tests/extmod: Increase timing on uasyncio tests to make more reliable.
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>
3 years ago
Damien George
20948a3d54
tests/extmod: Add test for uasyncio.sleep of a negative time.
It should take 0 time to await on a negative sleep.
Signed-off-by: Damien George <damien@micropython.org>
4 years ago
Damien George
c4935f3049
tests/extmod: Add uasyncio tests.
All .exp files are included because they require CPython 3.8 which may not
always be available.
5 years ago