summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_binascii.py
Commit message (Collapse)AuthorAgeFilesLines
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-4/+4
| | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
|
* Added test for new crc32() function.Guido van Rossum2000-02-161-0/+6
|
* Rewritten -- this now tests the binascii *except* for the binhexGuido van Rossum1999-10-191-44/+85
| | | | module, which is tested by test_binhex.py.
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-12/+12
|
* Minor output message changeRoger E. Masse1997-01-161-1/+7
|
* test script for the binascii C module.Roger E. Masse1997-01-161-0/+40