tests: Split byteorder-dependent tests to *_endian.py's.
This commit is contained in:
5
tests/basics/bytes_add_endian.py
Normal file
5
tests/basics/bytes_add_endian.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# test bytes + other
|
||||
|
||||
import array
|
||||
|
||||
print(b"123" + array.array('i', [1]))
|
||||
Reference in New Issue
Block a user