~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-12 06:24:08 UTC
  • mfrom: (4000.2.4 test-result-registry)
  • Revision ID: pqm@pqm.ubuntu.com-20090212062408-yq0glwncmdzo5uzm
(robertc) Allow plugins to specify test runner classes for
        cmd_selftest. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
  INTERNALS:
39
39
 
 
40
    * ``bzrlib.tests.run_suite`` accepts a runner_class parameter
 
41
      supporting the use of different runners. (Robert Collins)
 
42
 
40
43
    * New hook Commands['extend_command'] to allow plugins to access a
41
44
      command object before the command is run (or help generated from
42
45
      it), without overriding the command. (Robert Collins)