PythonExtra/tests/basics/bytes_construct_bytearray.py
Damien George aeea204e98 tests/basics: Split out specific bytearray tests to separate files.
So they can be automatically skipped if bytearray is not enabled.
2019-10-29 22:22:37 +11:00

4 lines
72 B
Python

# test construction of bytes from bytearray
print(bytes(bytearray(4)))