def test_reproducible(self): hashed_passwd = hashing.hash_sha512s('Password1') verify_reproducible(self, 'Password1', hashed_passwd)
def test_well_formed(self): verify_format(self, hashing.hash_sha512s('hunter2'))