~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-28 07:52:00 UTC
  • mfrom: (2729.1.6 test-scenarios)
  • Revision ID: pqm@pqm.ubuntu.com-20070828075200-y6ww43ym8xt0fv21
(mbp) add TestNotApplicable and multiply_tests_from_modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
   * ``Transport.should_cache`` has been removed.  It was not called in the
71
71
     previous release.  (Martin Pool)
72
72
 
 
73
  TESTING:
 
74
 
 
75
   * Tests may now raise TestNotApplicable to indicate they shouldn't be 
 
76
     run in a particular scenario.  (Martin Pool)
 
77
 
 
78
   * New function multiply_tests_from_modules to give a simpler interface
 
79
     to test parameterization.  (Martin Pool, Robert Collins)
 
80
 
 
81
   * ``Transport.should_cache`` has been removed.  It was not called in the
 
82
     previous release.  (Martin Pool)
 
83
 
73
84
   * NULL_REVISION is returned to indicate the null revision, not None.
74
85
     (Aaron Bentley)
75
86