Exemple #1
0
 def test_bytes_encoded_as_hex_string_not_decodable(self):
     self.assertIsNone(mac._dehexify("dave was here"))
Exemple #2
0
 def test_bytes_encoded_as_hex_string_is_none(self):
     self.assertIsNone(mac._dehexify(None))