/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
594
594
            'HOME': os.getcwd(),
595
595
            'APPDATA': os.getcwd(),
596
596
            'BZR_EMAIL': None,
 
597
            'BZREMAIL': None, # may still be present in the environment
597
598
            'EMAIL': None,
598
599
        }
599
600
        self.__old_env = {}
1235
1236
             test_suite_factory=None,
1236
1237
             lsprof_timed=None):
1237
1238
    """Run the whole test suite under the enhanced runner"""
 
1239
    # XXX: Very ugly way to do this...
 
1240
    # Disable warning about old formats because we don't want it to disturb
 
1241
    # any blackbox tests.
 
1242
    from bzrlib import repository
 
1243
    repository._deprecation_warning_done = True
 
1244
 
1238
1245
    global default_transport
1239
1246
    if transport is None:
1240
1247
        transport = default_transport
1267
1274
                   'bzrlib.tests.test_branch',
1268
1275
                   'bzrlib.tests.test_bundle',
1269
1276
                   'bzrlib.tests.test_bzrdir',
 
1277
                   'bzrlib.tests.test_cache_utf8',
1270
1278
                   'bzrlib.tests.test_command',
1271
1279
                   'bzrlib.tests.test_commit',
1272
1280
                   'bzrlib.tests.test_commit_merge',