Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
* | Have the sha module raise a DeprecationWarning as specified in PEP 4. | Brett Cannon | 2007-05-31 | 1 | -0/+4 |
* | Add a test case of data w/ bytes > 127 | Andrew M. Kuchling | 2006-11-19 | 1 | -0/+3 |
* | Expand checking in test_sha | Andrew M. Kuchling | 2006-11-18 | 1 | -1/+15 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
* | Move the sha tests to PyUnit. | Fred Drake | 2001-05-22 | 1 | -18/+20 |
* | Added Jeremy's test code for the sha module. | Guido van Rossum | 1999-03-24 | 1 | -0/+28 |