tests: Rename "array" module to "uarray".
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# test MicroPython-specific features of array.array
|
||||
try:
|
||||
import array
|
||||
import uarray as array
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
try:
|
||||
import array
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
# arrays of objects
|
||||
a = array.array('O')
|
||||
|
||||
Reference in New Issue
Block a user