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 michael.foord
Recipients Gregory.Salvan, Julian, eric.araujo, martin.panter, michael.foord, ncoghlan, pakal, r.david.murray, rbcollins, serhiy.storchaka
Date 2019-06-13.09:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560418253.98.0.0270044389225.issue19645@roundup.psfhosted.org>
In-reply-to
Content
Has anyone seen any real world use cases for failureException? It's a real hindrance to a whole bunch of changes sounds decoupling. 

On the other hand something like assertThat could catch a custom exception from the matchers (subclass of AssertionError) and raise failureException
History
Date User Action Args
2019-06-13 09:30:53michael.foordsetrecipients: + michael.foord, ncoghlan, rbcollins, eric.araujo, pakal, r.david.murray, Julian, martin.panter, serhiy.storchaka, Gregory.Salvan
2019-06-13 09:30:53michael.foordsetmessageid: <1560418253.98.0.0270044389225.issue19645@roundup.psfhosted.org>
2019-06-13 09:30:53michael.foordlinkissue19645 messages
2019-06-13 09:30:53michael.foordcreate