Searched refs:actual_hash (Results 1 – 3 of 3) sorted by relevance
70 actual_hash = hashlib.sha1 (ff.read()).hexdigest ().strip () variable71 if actual_hash != expected_hash:73 (fontfile, expected_hash, actual_hash))
148 def actual_hash(path): function292 actual = actual_hash(tmp_path)
477 actual_hash = self._calculate_sha256sum(build_fw_file)479 self.check_equal(actual_hash, expected_hash)