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:
Paul Sokolovsky
2017-03-04 00:13:27 +03:00
parent 89e570a5b4
commit 3ab6aa3a6d
34 changed files with 166 additions and 120 deletions

View File

@@ -0,0 +1,4 @@
# test construction of bytes from different objects
# long ints
print(ord(bytes([14953042807679334000 & 0xff])))