mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
tests: Rename uasyncio to asyncio.
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
2fbc08c462
commit
6027c41c8f
31
tests/extmod/asyncio_cancel_task.py.exp
Normal file
31
tests/extmod/asyncio_cancel_task.py.exp
Normal file
@@ -0,0 +1,31 @@
|
||||
True
|
||||
task start
|
||||
True
|
||||
main sleep
|
||||
task cancel
|
||||
task start
|
||||
True
|
||||
True
|
||||
True
|
||||
True
|
||||
main sleep
|
||||
task cancel
|
||||
main wait
|
||||
main got CancelledError
|
||||
task start
|
||||
task done
|
||||
False
|
||||
----
|
||||
task 2
|
||||
task start
|
||||
main cancel
|
||||
main sleep
|
||||
task cancel
|
||||
task 2 cancel
|
||||
----
|
||||
task 2
|
||||
task start
|
||||
main cancel
|
||||
main sleep
|
||||
task cancel
|
||||
task 2 done
|
||||
Reference in New Issue
Block a user