~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

(vila) Make sure the XDG_CONFIG_HOME environment variable doesn't leak into
 any test. (Wouter van Heyst)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
isolated_environ = {
138
138
    'BZR_HOME': None,
139
139
    'HOME': None,
 
140
    'XDG_CONFIG_HOME': None,
140
141
    # bzr now uses the Win32 API and doesn't rely on APPDATA, but the
141
142
    # tests do check our impls match APPDATA
142
143
    'BZR_EDITOR': None, # test_msgeditor manipulates this variable