summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_smtpd.py
Commit message (Collapse)AuthorAgeFilesLines
* close down sockets held by asyncore at end of test; closes issue9619Richard Jones2010-08-161-0/+2
|
* fix test_smtplib/test_smtpd collision through pre-loaded reply data in ↵Richard Jones2010-08-041-4/+4
| | | | mock_socket
* improve smtpd module test coverageRichard Jones2010-08-041-5/+83
|
* improvements to test_smtplib per issue2423Richard Jones2010-08-031-41/+8
| | | | merged the socket mock introduced in test_smtpd
* Avoid triggering DeprecationWarnings in test_smtpd and smtpd.Georg Brandl2010-07-311-26/+27
|
* Fix #9412: make list of messages an instance attribute instead of class ↵Georg Brandl2010-07-291-1/+3
| | | | attribute.
* New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.Richard Jones2010-07-231-0/+221