(self)
| 72 | assert "4760fb467f1ebf3b0aeace4a3926f1a4" == md5(test_file) |
| 73 | |
| 74 | def test_sha1_checksum(self): |
| 75 | test_file = self.get_test_loc("hash/dir1/a.png") |
| 76 | assert "34ac5465d48a9b04fc275f09bc2230660df8f4f7" == sha1(test_file) |
| 77 | |
| 78 | def test_sha256_checksum(self): |
| 79 | test_file = self.get_test_loc("hash/dir1/a.png") |
nothing calls this directly
no test coverage detected