tests: Rename "array" module to "uarray".
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# test bytes + other
|
||||
try:
|
||||
import array
|
||||
import uarray as array
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
try:
|
||||
import array
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
# should be byteorder-neutral
|
||||
print(b"123" + array.array('h', [0x1515]))
|
||||
|
||||
Reference in New Issue
Block a user