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: nntplib.py lacks a test suite
Type: Stage:
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: giampaolo.rodola Nosy List: giampaolo.rodola, pitrou, sandro.tosi
Priority: normal Keywords:

Created on 2010-09-07 18:47 by giampaolo.rodola, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg115792 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2010-09-07 18:47
A very simple test suite which tests at least basic features and methods should be written.
test_ftplib.py and test_smtplib.py can be taken as an example.
Assigning this to me as a reminder.
msg115795 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-09-07 19:00
Actually, I just noticed there's some beginnings of a test file in #9360.
msg119175 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2010-10-19 23:06
Hello, in r85111 Antoine revamped nntplib modules, making it compatible with Python 3, improving its documentation and also adding a test suite. I'm marking this bug as closed/accepted; Giampaolo, if you feel you still want to work on the test suite (I admit I didn't check the coverage), please reopen it (or log a new one).

Regards,
Sandro
History
Date User Action Args
2022-04-11 14:57:06adminsetgithub: 54000
2010-10-19 23:06:21sandro.tosisetstatus: open -> closed

nosy: + sandro.tosi
messages: + msg119175

resolution: accepted
2010-09-07 19:00:50pitrousetmessages: + msg115795
2010-09-07 18:47:27giampaolo.rodolacreate