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

16 lines
162 B
Plaintext

task start 1
task end 1
2
task start 2
timeout
task_catch start
ignore cancel
task_catch done
TimeoutError
task start
ValueError
task start 3
task end 3
6
finish