Skip to content

Commit 928a404

Browse files
committed
Use asyncio for async_stuff test
1 parent b5505b4 commit 928a404

2 files changed

Lines changed: 2 additions & 190 deletions

File tree

tests/snippets/async_stuff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import asyncio_slow as asyncio
1+
import asyncio
22

33

44
class ContextManager:
@@ -55,13 +55,13 @@ async def a(s, m):
5555
assert ls == [
5656
1,
5757
3,
58-
"hello1",
5958
1,
6059
3,
6160
1,
6261
3,
6362
1,
6463
3,
64+
"hello1",
6565
"hello2",
6666
"hello1",
6767
"hello3",

tests/snippets/asyncio_slow.py

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)