defl/tests.old/test_bytes.py

4 lines
101 B
Python
Raw Normal View History

2024-09-11 11:14:03 -04:00
0b00 == int.from_bytes(bytes(1))
bytes(1) == bytearray(1)
# todo validate ememory usage of bytearray