Richard Jones
|
daf235032f
|
close down sockets held by asyncore at end of test; closes issue9619
|
2010-08-16 01:48:14 +00:00 |
Richard Jones
|
6a9e6bbf1a
|
fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_socket
|
2010-08-04 12:27:36 +00:00 |
Richard Jones
|
4aa0d4d2d0
|
improve smtpd module test coverage
|
2010-08-04 01:20:14 +00:00 |
Richard Jones
|
64b02de010
|
improvements to test_smtplib per issue2423
merged the socket mock introduced in test_smtpd
|
2010-08-03 06:39:33 +00:00 |
Georg Brandl
|
17e3d698b5
|
Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
|
2010-07-31 10:08:09 +00:00 |
Georg Brandl
|
6d23c44ee5
|
Fix #9412: make list of messages an instance attribute instead of class attribute.
|
2010-07-29 13:19:42 +00:00 |
Richard Jones
|
8cb3619f86
|
New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.
|
2010-07-23 16:20:40 +00:00 |