~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-10 23:55:16 UTC
  • mfrom: (5574.6.10 321320-isolate-doc-tests)
  • Revision ID: pqm@pqm.ubuntu.com-20110110235516-vkoji04jm8zjstwl
(vila) Isolate doctests from os.environ (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
   suite.  This can include new facilities for writing tests, fixes to 
91
91
   spurious test failures and changes to the way things should be tested.
92
92
 
 
93
* ``bzrlib.tests`` defines ``isolated_environ`` with the definitions of all
 
94
  the environment variables the tests should care about. It also defines
 
95
  ``override_os_environ`` and ``restore_os_environ`` to properly implement
 
96
  isolation from ``os.environ`` for tests. ``bzrlib.tests`` now defines a
 
97
  ``DocTestSuite`` class using this facility for all ``bzrlib``
 
98
  doctests. (Vincent Ladeuil, #321320)
 
99
 
93
100
* Catch exceptions related to bug #637821 during test cleanup to avoid
94
101
  spurious failures. (Vincent Ladeuil, #686008).
95
102