/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

(mbp) (mbp) better message when rename fails inside TreeTransform (Martin
 Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1524
1524
            'EDITOR': None,
1525
1525
            'BZR_EMAIL': None,
1526
1526
            'BZREMAIL': None, # may still be present in the environment
1527
 
            'EMAIL': None,
 
1527
            'EMAIL': 'jrandom@example.com', # set EMAIL as bzr does not guess
1528
1528
            'BZR_PROGRESS_BAR': None,
1529
1529
            'BZR_LOG': None,
1530
1530
            'BZR_PLUGIN_PATH': None,
3733
3733
        'bzrlib.tests.test_lru_cache',
3734
3734
        'bzrlib.tests.test_lsprof',
3735
3735
        'bzrlib.tests.test_mail_client',
 
3736
        'bzrlib.tests.test_matchers',
3736
3737
        'bzrlib.tests.test_memorytree',
3737
3738
        'bzrlib.tests.test_merge',
3738
3739
        'bzrlib.tests.test_merge3',