commit | 914061ab151a7dd25e9b05091eabbfd2690ee438 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Mon Aug 05 13:14:37 2013 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Aug 05 13:14:37 2013 -0700 |
tree | 3cfd145c5a51b71791fa68f7d8c15870f7bec6d7 | |
parent | e5192cdbb91ab7c081cd321178dacd2a22f10019 [diff] |
* Fix the assertions in hashlib to use unittest assertion methods instead of evil assert statements. * Add an additional assert to the new test_name_attribute test that actually confirms that a hash created using each h.name results in a new hash sharing the same name.