def test_encode_byte_array(self): self.assertEqual(encode.byte_array(bytearray([65, 66, 67])), b'\x00\x00\x00\x03ABC')