~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Reduce memory consumption of the test suite by resetting the __dict__
        of successful TestCases. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
      failing test.  Be aware that using this feature is likely to cause
76
76
      spurious test failures if used with the full suite. (Andrew Bennetts)
77
77
 
 
78
    * The test suite takes much less memory to run, and is a bit faster.  This
 
79
      is done by clearing most attributes of TestCases after running them, if
 
80
      they succeeded.  (Andrew Bennetts)
 
81
 
78
82
  INTERNALS:
79
83
 
80
84
    * ``VersionedFile`` now has a new method ``get_parent_map`` which, like