Пример #1
0
 def test_functions_missing(self):
     # On 10.13.4 (beta) both functions are found, but crash...
     return
     self.assertIsInstance(Security.SecDecryptTransformGetTypeID(),
                           (int, long))
     self.assertIsInstance(Security.SecEncryptTransformGetTypeID(),
                           (int, long))