]> granicus.if.org Git - python/commit
New tests for basic behavior of smtplib.SMTP and
authorFacundo Batista <facundobatista@gmail.com>
Tue, 24 Jul 2007 21:20:42 +0000 (21:20 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 24 Jul 2007 21:20:42 +0000 (21:20 +0000)
commit16ed5b4bfe1c7af50a6634750aafa792357fc74c
treec4a919a4f645528b8ecf64ca6386b4ab98e27626
parent12adef9b8b44f0535cfb5c30437541ef67327b17
New tests for basic behavior of smtplib.SMTP and
smtpd.DebuggingServer. Change to use global host & port number
variables. Modified the 'server' to take a string to send back in
order to vary test server responses. Added a test for the reaction of
smtplib.SMTP to a non-200 HELO response. [GSoC - Alan McIntyre]
Lib/test/test_smtplib.py