~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Merge landed readdir acceleration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1212
1212
        new_env = {
1213
1213
            'BZR_HOME': None, # Don't inherit BZR_HOME to all the tests.
1214
1214
            'HOME': os.getcwd(),
1215
 
            'APPDATA': None,  # bzr now use Win32 API and don't rely on APPDATA
 
1215
            # bzr now uses the Win32 API and doesn't rely on APPDATA, but the
 
1216
            # tests do check our impls match APPDATA
1216
1217
            'BZR_EDITOR': None, # test_msgeditor manipulates this variable
1217
1218
            'BZR_EMAIL': None,
1218
1219
            'BZREMAIL': None, # may still be present in the environment