Home | History | Annotate | Download | only in test

Lines Matching full:skipunless

36 requires_blake2 = unittest.skipUnless(_blake2, 'requires _blake2')
43 requires_sha3 = unittest.skipUnless(_sha3, 'requires _sha3')
741 @unittest.skipUnless(threading, 'Threading required for this test.')
871 @unittest.skipUnless(hasattr(c_hashlib, 'pbkdf2_hmac'),
877 @unittest.skipUnless(hasattr(c_hashlib, 'scrypt'),