~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Mark Hammond
  • Date: 2008-12-28 05:21:23 UTC
  • mfrom: (3920 +trunk)
  • mto: (3932.1.1 prepare-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081228052123-f78xs5sbdkotshwf
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
        """
2788
2788
                   'bzrlib.tests.test_bzrdir',
2789
2789
                   'bzrlib.tests.test_cache_utf8',
2790
2790
                   'bzrlib.tests.test_chunk_writer',
 
2791
                   'bzrlib.tests.test__chunks_to_lines',
2791
2792
                   'bzrlib.tests.test_commands',
2792
2793
                   'bzrlib.tests.test_commit',
2793
2794
                   'bzrlib.tests.test_commit_merge',
2804
2805
                   'bzrlib.tests.test_errors',
2805
2806
                   'bzrlib.tests.test_extract',
2806
2807
                   'bzrlib.tests.test_fetch',
 
2808
                   'bzrlib.tests.test_fifo_cache',
2807
2809
                   'bzrlib.tests.test_ftp_transport',
2808
2810
                   'bzrlib.tests.test_foreign',
2809
2811
                   'bzrlib.tests.test_generate_docs',