def test_sha1_cmd5(self):
     """Test SHA1 hash with cmd5."""
     res = scraper.cmd5(self.browser, sha1, 'sha1')
     assert res
 def test_md5_cmd5(self):
     """Test MDA5 hash with cmd5."""
     res = scraper.cmd5(self.browser, md5, 'md5')
     assert res
 def test_mysql_cmd5(self):
     """Test MYSQL hash with cmd5."""
     res = scraper.cmd5(self.browser, mysql, 'mysql')
     assert res
 def test_ntlm_cmd5(self):
     """Test NTLM hash with cmd5."""
     res = scraper.cmd5(self.browser, ntlm, 'ntlm')
     assert res
 def test_sha384_cmd5(self):
     """Test SHA384 hash with cmd5."""
     res = scraper.cmd5(self.browser, sha384, 'sha384')
     assert res
 def test_sha256_cmd5(self):
     """Test SHA256 hash with cmd5."""
     res = scraper.cmd5(self.browser, sha256, 'sha256')
     assert res