tests/basic: Split tests into working with small ints and not working.
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later.
This commit is contained in:
4
tests/basics/bytes_construct_intbig.py
Normal file
4
tests/basics/bytes_construct_intbig.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# test construction of bytes from different objects
|
||||
|
||||
# long ints
|
||||
print(ord(bytes([14953042807679334000 & 0xff])))
|
||||
Reference in New Issue
Block a user