~vila/bzr/bug957049

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2012-08-01 08:48:41 UTC
  • mfrom: (6494.2.11 2.5)
  • Revision ID: v.ladeuil+lp@free.fr-20120801084841-jjvbbcs9p1rs64zd
MergeĀ 2.5

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