micropython/tests/extmod/asyncio_heaplock.py.exp
Jim Mussared 6027c41c8f tests: Rename uasyncio to asyncio.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-19 17:33:03 +10:00

13 lines
123 B
Plaintext

start
1 0
2 0
sleep
1 1
1 2
2 1
1 3
finish
TestStream.write b'12'
TestStream.write b'34'
TestStream.write bytearray(b'56')