more tests

This commit is contained in:
Edwin Eefting
2022-02-21 22:37:13 +01:00
parent b7e10242b9
commit d7d76032de
4 changed files with 163 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class BlockHasher():
checked=0
with open(fname, "rb") as f:
for ( chunk_nr, hexdigest ) in generator:
print ("comparing {} {} {}".format(fname, chunk_nr, hexdigest))
# print ("comparing {} {} {}".format(fname, chunk_nr, hexdigest))
checked=checked+1
hash = self.hash_class()