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.

Author tleeuwenburg
Recipients giampaolo.rodola, ncoghlan, tleeuwenburg
Date 2011-08-22.08:25:04
SpamBayes Score 8.1360406e-07
Marked as misclassified No
Message-id <1314001507.51.0.00455911966964.issue12815@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I really don't know if I'm doing the right things to test meaningfully here. However, 100% coverage of the PureProxy class has been achieved.

I also slightly changed smtpd.py in a way that I'm not confident is what people would want. I pushed one print statement into the debug stream, and raised an exception in a place where it looked like the expected behaviour wasn't properly defined, but it's probably not a good place to fail if you're using the code.

I'm also not an SMTP expert... yes there's an RFC but I was going for coverage with "just enough" correctness.

I'm more than happy to revisit this work if anyone has any comments or issues, so just let me know.
History
Date User Action Args
2011-08-22 08:25:07tleeuwenburgsetrecipients: + tleeuwenburg, ncoghlan, giampaolo.rodola
2011-08-22 08:25:07tleeuwenburgsetmessageid: <1314001507.51.0.00455911966964.issue12815@psf.upfronthosting.co.za>
2011-08-22 08:25:06tleeuwenburglinkissue12815 messages
2011-08-22 08:25:06tleeuwenburgcreate