~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Switch reporting of KnownFailure to be Python2.7 compatible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
Testing
37
37
*******
38
38
 
 
39
* KnownFailure is now signalled to ``ExtendedTestResult`` using the same
 
40
  method that Python 2.7 uses - ``addExpectedFailure``. (Robert Collins)
 
41
 
39
42
* TestNotApplicable is now handled within the TestCase.run method rather
40
43
  than being looked for within ``ExtendedTestResult.addError``. This
41
44
  provides better handling with other ``TestResult`` objects, degrading to