tests: Split byteorder-dependent tests to *_endian.py's.
This commit is contained in:
6
tests/basics/array_construct_endian.py
Normal file
6
tests/basics/array_construct_endian.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# test construction of array.array from different objects
|
||||
|
||||
from array import array
|
||||
|
||||
# raw copy from bytes, bytearray
|
||||
print(array('h', b'12'))
|
Reference in New Issue
Block a user