Files
micropython/tests/extmod/asyncio_wait_task.py.exp
Damien George c3ca3612d1 tests/extmod/asyncio_wait_task.py: Add test for raise and delayed wait.
This case was fixed in 2ecbad4e91, which
stored the exception in the task object.

Signed-off-by: Damien George <damien@micropython.org>
2024-01-23 11:13:35 +11:00

13 lines
100 B
Plaintext

start
task 1
task 2
----
start
hello
world
took 200 200
task_raise
ValueError
task_raise
ValueError