58
58
* KnownFailure is now signalled to ``ExtendedTestResult`` using the same
59
59
method that Python 2.7 uses - ``addExpectedFailure``. (Robert Collins)
61
64
* TestNotApplicable is now handled within the TestCase.run method rather
62
65
than being looked for within ``ExtendedTestResult.addError``. This
63
66
provides better handling with other ``TestResult`` objects, degrading to