Damien George
2a2589738c
tests/extmod: Add heap-lock test for stream writing.
...
Signed-off-by: Damien George <damien@micropython.org>
2022-06-24 17:00:24 +10:00
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>
2022-05-03 22:53:12 +10:00
Damien George
180c54d6cc
tests/extmod: Make uasyncio_heaplock test more deterministic.
...
This helps the test pass on systems with an inaccurate sleep time.
Signed-off-by: Damien George <damien@micropython.org>
2021-06-25 11:31:00 +10:00
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.
2020-03-26 01:25:45 +11:00