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 python-dev
Recipients ezio.melotti, michael.foord, pitrou, python-dev, r.david.murray, vinay.sajip
Date 2013-09-14.17:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cch2m6drqz7Lkw@mail.python.org>
In-reply-to
Content
New changeset 4f5815747f58 by Antoine Pitrou in branch 'default':
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module.
http://hg.python.org/cpython/rev/4f5815747f58
History
Date User Action Args
2013-09-14 17:45:53python-devsetrecipients: + python-dev, vinay.sajip, pitrou, ezio.melotti, r.david.murray, michael.foord
2013-09-14 17:45:53python-devlinkissue18937 messages
2013-09-14 17:45:53python-devcreate