MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / test

Function test

hashes/md5.py:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 return digest
147
148def test():
149 assert md5me("") == "d41d8cd98f00b204e9800998ecf8427e"
150 assert md5me("The quick brown fox jumps over the lazy dog") == "9e107d9d372bb6826bd81d3542a419d6"
151 print("Success.")
152
153
154if __name__ == "__main__":

Callers 1

md5.pyFile · 0.70

Calls 1

md5meFunction · 0.85

Tested by

no test coverage detected