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 michael.foord
Recipients ezio.melotti, michael.foord, pitrou, r.david.murray, vinay.sajip
Date 2013-09-06.22:54:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378508045.12.0.00805909732135.issue18937@psf.upfronthosting.co.za>
In-reply-to
Content
So making assertions about logging is very common, but I *always* do this by just mocking out the logger and making an assertion about the call. It's trivially easy to do.
History
Date User Action Args
2013-09-06 22:54:05michael.foordsetrecipients: + michael.foord, vinay.sajip, pitrou, ezio.melotti, r.david.murray
2013-09-06 22:54:05michael.foordsetmessageid: <1378508045.12.0.00805909732135.issue18937@psf.upfronthosting.co.za>
2013-09-06 22:54:05michael.foordlinkissue18937 messages
2013-09-06 22:54:05michael.foordcreate