summaryrefslogtreecommitdiff
path: root/Lib/test/test_sha.py
Commit message (Expand)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-311-0/+4
* Add a test case of data w/ bytes > 127Andrew M. Kuchling2006-11-191-0/+3
* Expand checking in test_shaAndrew M. Kuchling2006-11-181-1/+15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Move the sha tests to PyUnit.Fred Drake2001-05-221-18/+20
* Added Jeremy's test code for the sha module.Guido van Rossum1999-03-241-0/+28