diff options
author | mjfernez <mjfernez@gmail.com> | 2021-03-29 20:19:25 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-03-29 20:19:25 -0400 |
commit | 242c3b75cffbffae114dd4a2b7dc453399cfa428 (patch) | |
tree | 9110b317ee65c688916628a5831dd430e27a7e56 /fhash/tests/shattered/TESTING | |
parent | b45b3948e5082a1b20419286a5059bd93834d167 (diff) | |
download | scripts-n-tools-242c3b75cffbffae114dd4a2b7dc453399cfa428.tar.gz |
Fhash clean up and unit tests
Added saner unit testing in the tests folder, which can be added to by
expanding the data in the tests/hashes.json file. Also removed some
redundant comments and inconsistencies
Diffstat (limited to 'fhash/tests/shattered/TESTING')
-rw-r--r-- | fhash/tests/shattered/TESTING | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fhash/tests/shattered/TESTING b/fhash/tests/shattered/TESTING deleted file mode 100644 index bddd76e..0000000 --- a/fhash/tests/shattered/TESTING +++ /dev/null @@ -1,10 +0,0 @@ -These files should yield the same sha1 hash value - -To test run - -`fhash.py sha1 -i shattered-1.pdf` -`fhash.py sha1 -i shattered-2.pdf` - -You should get: 38762cf7f55934b34d179ae6a4c80cadccbb7f0a - -From: http://shattered.io/ |