~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-08 02:16:17 UTC
  • mfrom: (4780.1.6 419776-subunit)
  • Revision ID: pqm@pqm.ubuntu.com-20091108021617-uqg5jxt2xx7lm4fe
(vila) Make --parallel=fork compatible with --subunit,
        treat skips as success

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
* KnownFailure is now signalled to ``ExtendedTestResult`` using the same
59
59
  method that Python 2.7 uses - ``addExpectedFailure``. (Robert Collins)
60
60
 
 
61
* ``--parallel=fork`` is now compatible with --subunit.
 
62
  (Robert Collins, Vincent Ladeuil, #419776)
 
63
 
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