This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Unittest for base64
Type: Stage:
Components: Tests Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: msurface, rhettinger
Priority: normal Keywords: patch

Created on 2002-04-29 03:28 by msurface, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_base64.py msurface, 2002-04-29 03:28 Unittest for base64
Messages (3)
msg39746 - (view) Author: Mitchell Surface (msurface) Date: 2002-04-29 03:28
Script for testing base64.decodestring and base64.encodestring.
msg39747 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-05-14 07:26
Logged In: YES 
user_id=80475

Test code runs fine.
Looks comprehensive.  Does not test encode/decode from a 
file but the underlying logic is the same.

If no one has any issues by Fri 2002-May-17, I'll load it 
to the testbank.
msg39748 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-05-18 00:26
Logged In: YES 
user_id=80475

Committed test_base64.py version 1.1.
History
Date User Action Args
2022-04-10 16:05:16adminsetgithub: 36518
2002-04-29 03:28:58msurfacecreate