Exemplo n.º 1
0
 def test_bytes_encoded_as_hex_string_not_decodable(self):
     self.assertIsNone(mac._dehexify("dave was here"))
Exemplo n.º 2
0
 def test_bytes_encoded_as_hex_string_is_none(self):
     self.assertIsNone(mac._dehexify(None))