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 Gregory.Salvan
Recipients Gregory.Salvan, michael.foord, ncoghlan, r.david.murray, rbcollins
Date 2013-11-19.10:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384857042.98.0.324896574303.issue19645@psf.upfronthosting.co.za>
In-reply-to
Content
issue18054 :

- adding assertCleanError in the ipaddress module, 
- suggesting assertCleanTraceback, assertRaisedFrom in unittest 

-> usefull but TestCase has already a wide api.

A solution like Testtools assertThat with matcher protocol (https://testtools.readthedocs.org/en/latest/for-test-authors.html#matchers) would not expand too much TestCase api and permit to easily extend assertions.
History
Date User Action Args
2013-11-19 10:30:43Gregory.Salvansetrecipients: + Gregory.Salvan, ncoghlan, rbcollins, r.david.murray, michael.foord
2013-11-19 10:30:42Gregory.Salvansetmessageid: <1384857042.98.0.324896574303.issue19645@psf.upfronthosting.co.za>
2013-11-19 10:30:42Gregory.Salvanlinkissue19645 messages
2013-11-19 10:30:42Gregory.Salvancreate