Ejemplo n.º 1
0
 def test_hexEncode(self):
     assert hex_encode(b'\xab\xcd\xef\x12\x34') == b'abcdef1234'
Ejemplo n.º 2
0
 def test_hexEncode(self):
     assert hex_encode(b'\xab\xcd\xef\x12\x34') == b'abcdef1234'