tests: Split byteorder-dependent tests to *_endian.py's.

This commit is contained in:
Paul Sokolovsky
2015-08-30 00:30:28 +03:00
parent 0a8b5d160b
commit 58d9b10d70
8 changed files with 31 additions and 6 deletions

View 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'))