<p dir="ltr">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.</p>

<p dir="ltr">Cheers,<br>
Nick.</p>