~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-16 02:52:14 UTC
  • mfrom: (4685.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090916025214-6cyz9179xs7f1w70
(robertc) Support dropping into pdb on failing tests. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
* Passing ``--lsprof-tests -v`` to bzr selftest will cause lsprof output to
116
116
  be output for every test. Note that this is very verbose! (Robert Collins)
117
117
 
 
118
* Setting ``BZR_TEST_PDB=1`` when running selftest will cause a pdb
 
119
  post_mortem to be triggered when a test failure occurs. (Robert Collins)
 
120
 
118
121
* Test parameterisation now does a shallow copy, not a deep copy of the test
119
122
  to be parameterised. This is not expected to break external use of test
120
123
  parameterisation, and is substantially faster. (Robert Collins)