/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

  • Committer: Mark Hammond
  • Date: 2008-12-21 07:42:20 UTC
  • mfrom: (3915 +trunk)
  • mto: (3932.3.1 cicp-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081221074220-7dr5oydglxyyvic3
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
789
789
 
790
790
    def _clear_debug_flags(self):
791
791
        """Prevent externally set debug flags affecting tests.
792
 
        
 
792
 
793
793
        Tests that want to use debug flags can just set them in the
794
794
        debug_flags set during setup/teardown.
795
795
        """
1235
1235
            'EMAIL': None,
1236
1236
            'BZR_PROGRESS_BAR': None,
1237
1237
            'BZR_LOG': None,
 
1238
            'BZR_PLUGIN_PATH': None,
1238
1239
            # SSH Agent
1239
1240
            'SSH_AUTH_SOCK': None,
1240
1241
            # Proxies
2787
2788
                   'bzrlib.tests.test_bzrdir',
2788
2789
                   'bzrlib.tests.test_cache_utf8',
2789
2790
                   'bzrlib.tests.test_chunk_writer',
 
2791
                   'bzrlib.tests.test__chunks_to_lines',
2790
2792
                   'bzrlib.tests.test_commands',
2791
2793
                   'bzrlib.tests.test_commit',
2792
2794
                   'bzrlib.tests.test_commit_merge',
2803
2805
                   'bzrlib.tests.test_errors',
2804
2806
                   'bzrlib.tests.test_extract',
2805
2807
                   'bzrlib.tests.test_fetch',
 
2808
                   'bzrlib.tests.test_fifo_cache',
2806
2809
                   'bzrlib.tests.test_ftp_transport',
 
2810
                   'bzrlib.tests.test_foreign',
2807
2811
                   'bzrlib.tests.test_generate_docs',
2808
2812
                   'bzrlib.tests.test_generate_ids',
2809
2813
                   'bzrlib.tests.test_globbing',