mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +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
@@ -1,13 +1,10 @@
|
||||
# Test basic behaviour of uasyncio.start_server()
|
||||
# Test basic behaviour of asyncio.start_server()
|
||||
|
||||
try:
|
||||
import uasyncio as asyncio
|
||||
import asyncio
|
||||
except ImportError:
|
||||
try:
|
||||
import asyncio
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
|
||||
async def test():
|
||||
Reference in New Issue
Block a user