micropython/tests/extmod/uasyncio_heaplock.py.exp
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

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')