~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-17 22:21:07 UTC
  • mfrom: (4789.29.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100117222107-b76bj4n2gcnofe9p
(robertc) Show parameterised test ids when displaying details of test
        failures. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
612
612
* ``--parallel=fork`` is now compatible with --subunit.
613
613
  (Robert Collins, Vincent Ladeuil, #419776)
614
614
 
 
615
* Reporting of failures shows test ids not descriptions and thus shows
 
616
  parameterised tests correctly. (Robert Collins)
 
617
 
615
618
* TestNotApplicable is now handled within the TestCase.run method rather
616
619
  than being looked for within ``ExtendedTestResult.addError``. This
617
620
  provides better handling with other ``TestResult`` objects, degrading to