[Python-ideas] Catching of multiple exceptions without halting execution
Nick Coghlan
ncoghlan at gmail.com
Tue Jun 25 00:46:32 CEST 2013
Python 3.4 adds subtest support to the unittest module, allowing data
driven test cases to easily capture exceptions as failures before moving on
to check other inputs. The feature can also be used to capture the results
of multiple assertions.
Cheers,
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130625/a899d3e0/attachment.html>
More information about the Python-ideas
mailing list