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 iritkatriel
Recipients iritkatriel, udalrich.schermer
Date 2020-10-03.13:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601730020.45.0.817488236494.issue41898@roundup.psfhosted.org>
In-reply-to
Content
You didn't specify the logger in the assertLogs() call. 

The documentation says that "The default is the root logger, which will catch all messages."

https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertLogs

This is behaving as expected.
History
Date User Action Args
2020-10-03 13:00:20iritkatrielsetrecipients: + iritkatriel, udalrich.schermer
2020-10-03 13:00:20iritkatrielsetmessageid: <1601730020.45.0.817488236494.issue41898@roundup.psfhosted.org>
2020-10-03 13:00:20iritkatriellinkissue41898 messages
2020-10-03 13:00:20iritkatrielcreate