[issue41943] unittest.assertLogs passes unexpectedly

2021-04-17 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.8 ___ Python tracker ___ _

[issue41943] unittest.assertLogs passes unexpectedly

2020-11-02 Thread miss-islington
miss-islington added the comment: New changeset 6fdfcec5b11f44f27aae3d53ddeb004150ae1f61 by Irit Katriel in branch 'master': bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565) https://github.com/python/cpython/commit/6fdfcec5b11f44f27aae3d53ddeb004150ae1f61 --

[issue41943] unittest.assertLogs passes unexpectedly

2020-10-05 Thread Vinay Sajip
Change by Vinay Sajip : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue41943] unittest.assertLogs passes unexpectedly

2020-10-05 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 1.0 -> 2.0 pull_requests: +21562 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22565 ___ Python tracker _

[issue41943] unittest.assertLogs passes unexpectedly

2020-10-05 Thread mrbean-bremen
New submission from mrbean-bremen : Related to https://bugs.python.org/issue41898, creating a new issue after the discussion with Irit Katriel on StackOverflow (https://stackoverflow.com/a/64142338/12480730). Consider the following: import logging import unittest logger = logging.getLogger(