tests: Split byteorder-dependent tests to *_endian.py's.
This commit is contained in:
@@ -9,5 +9,4 @@ print(bytearray([1, 2]))
|
||||
|
||||
# arrays
|
||||
print(bytearray(array('b', [1, 2])))
|
||||
print(bytearray(array('h', [1, 2])))
|
||||
print(bytearray(array('I', [1, 2])))
|
||||
print(bytearray(array('h', [0x101, 0x202])))
|
||||
|
||||
Reference in New Issue
Block a user