Exemplo n.º 1
0
 def test_encode_byte_array(self):
     self.assertEqual(encode.byte_array(bytearray([65, 66, 67])),
                      b'\x00\x00\x00\x03ABC')
Exemplo n.º 2
0
 def test_encode_byte_array(self):
     self.assertEqual(encode.byte_array(bytearray([65, 66, 67])),
                      b'\x00\x00\x00\x03ABC')