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 Nathaniel Manista, iritkatriel, kamilturek, rsk2, xtreak
Date 2021-08-01.09:11:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627809074.03.0.711573672926.issue43596@roundup.psfhosted.org>
In-reply-to
Content
Another way to look at it is that your test has two problems. One is that the expected exception didn’t happen and the other is that an unexpected exception happened. 

The two problems are usually unrelated, and trying to conflate them into one error message can be confusing in some cases. When a test has multiple problems you get an error for the first one.
History
Date User Action Args
2021-08-01 09:11:14iritkatrielsetrecipients: + iritkatriel, Nathaniel Manista, xtreak, kamilturek, rsk2
2021-08-01 09:11:14iritkatrielsetmessageid: <1627809074.03.0.711573672926.issue43596@roundup.psfhosted.org>
2021-08-01 09:11:14iritkatriellinkissue43596 messages
2021-08-01 09:11:13iritkatrielcreate