[New-bugs-announce] [issue8827] poplib.POP3_SSL doesn't have an actual test suite

Giampaolo Rodola' report at bugs.python.org
Wed May 26 21:31:31 CEST 2010


New submission from Giampaolo Rodola' <g.rodola at gmail.com>:

As done for ftplib.FTP_TLS the tests executed in TestPOP3Class should be replicated to use poplib.POP3_SSL instead of poplib.POP3.

asyncore-based SSL test server used in test_ftplib.py can be used as an example on how to do this.

----------
assignee: giampaolo.rodola
components: Tests
messages: 106570
nosy: giampaolo.rodola, pitrou
priority: normal
severity: normal
status: open
title: poplib.POP3_SSL doesn't have an actual test suite
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8827>
_______________________________________


More information about the New-bugs-announce mailing list