~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-09-24 06:53:43 UTC
  • mfrom: (4665.5.24 shell-like-tests)
  • mto: This revision was merged to the branch mainline in revision 4714.
  • Revision ID: v.ladeuil+lp@free.fr-20090924065343-nszjtbyg3x5swu0k
Last tweaks and NEWS enrty for shell-like tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
Documentation
119
119
*************
120
120
 
 
121
* Describe the new shell-like test feature. (Vincent Ladeuil)
 
122
 
121
123
* Help on hooks no longer says 'Not deprecated' for hooks that are
122
124
  currently supported. (Ian Clatworthy, #422415)
123
125
 
154
156
* Setting ``BZR_TEST_PDB=1`` when running selftest will cause a pdb
155
157
  post_mortem to be triggered when a test failure occurs. (Robert Collins)
156
158
 
 
159
* Shell-like tests can now be written. Code in ``bzrlib/tests/script.py`` ,
 
160
  documentation in ``developers/testing.txt`` for details.
 
161
  (Vincent Ladeuil)
 
162
 
157
163
* Test parameterisation now does a shallow copy, not a deep copy of the test
158
164
  to be parameterised. This is not expected to break external use of test
159
165
  parameterisation, and is substantially faster. (Robert Collins)