~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-12 11:57:43 UTC
  • mfrom: (3426.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080512115743-6uz3lnmrrbhmoiqe
(vila) Adding --starting-with <test_id> option to selftest makes it
        run faster on selective loading

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    * Parameterised test ids are preserved correctly to aid diagnosis of test
154
154
      failures. (Robert Collins, Andrew Bennetts)
155
155
 
 
156
    * selftest now accepts --starting-with <id> to load only the tests whose id
 
157
      starts with the one specified. This greatly speeds up running the test
 
158
      suite on a limited set of tests and can be used to run the tests for a
 
159
      single module, a single class or even a single test.  (Vincent Ladeuil)
 
160
 
156
161
    * The test suite modules have been modified to define load_tests() instead
157
162
      of test_suite(). That speeds up selective loading (via --load-list)
158
163
      significantly and provides many examples on how to migrate (grep for