Exemple #1
0
 def test_hexEncode(self):
     assert hex_encode(b'\xab\xcd\xef\x12\x34') == b'abcdef1234'
Exemple #2
0
 def test_hexEncode(self):
     assert hex_encode(b'\xab\xcd\xef\x12\x34') == b'abcdef1234'