Example #1
0
 def test_util(self):
     assert identifier._bin_to_hex(BIN_ID1) == HEX_ID1
     assert identifier._byte_xor('\0', '\1') == '\1'
 def test_util(self):
     assert identifier._bin_to_hex(BIN_ID1) == HEX_ID1
     assert identifier._byte_xor('\0', '\1') == '\1'