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 viniciusd
Recipients r.david.murray, rhettinger, serhiy.storchaka, viniciusd
Date 2017-03-07.15:55:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACb0x=bNbM0nYN+hf=1rP5uCPU723CkKP0fG-s7M8=efk+t8iA@mail.gmail.com>
In-reply-to <1488390914.6.0.812577119286.issue29686@psf.upfronthosting.co.za>
Content
In the point of view of a tester, if it's an error, they will know right
away it is a test case problem, not an assert problem. That makes debugging
easier.
It is also important to note that, if it's an AssertionError, we may add a
message. While, if it is an error, no message would be displayed but the
original Exception's.

As Selenium's example, as I said, was just a use case example.

Finally, having the failure reason explicit is better than keeping it
implicit.
History
Date User Action Args
2017-03-07 15:55:36viniciusdsetrecipients: + viniciusd, rhettinger, r.david.murray, serhiy.storchaka
2017-03-07 15:55:36viniciusdlinkissue29686 messages
2017-03-07 15:55:36viniciusdcreate