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 pitrou
Recipients giampaolo.rodola, maker, pitrou, r.david.murray, terry.reedy, vinay.sajip
Date 2012-05-15.19:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337110146.0.0.740281663333.issue11959@psf.upfronthosting.co.za>
In-reply-to
Content
> I initially came across this because I got some warnings from
> regrtest.py about changed state, when I was trying to implement a
> TestSMTPServer class (derived from smtpd.SMTPServer) to test the
> SMTPHandler in logging.

If you get a warning, it means your tests lack proper cleanup, so you should fix that instead of trying to make the warning disappear by circumventing regrtest's detection mechanism.
History
Date User Action Args
2012-05-15 19:29:06pitrousetrecipients: + pitrou, terry.reedy, vinay.sajip, giampaolo.rodola, r.david.murray, maker
2012-05-15 19:29:06pitrousetmessageid: <1337110146.0.0.740281663333.issue11959@psf.upfronthosting.co.za>
2012-05-15 19:29:05pitroulinkissue11959 messages
2012-05-15 19:29:05pitroucreate