def test_hashlib_sha3(self): import hashlib import sha3 self.assertIsNotNone(hashlib.sha3_512()) self.assertIsNotNone(sha3.keccak_512())