/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: Alexander Belchenko
  • Date: 2011-03-28 08:27:18 UTC
  • mfrom: (5742 +trunk)
  • mto: (5759.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5760.
  • Revision ID: bialix@ukr.net-20110328082718-wb3emf38d4iffmcp
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
954
954
        # between tests.  We should get rid of this altogether: bug 656694. --
955
955
        # mbp 20101008
956
956
        self.overrideAttr(bzrlib.trace, '_verbosity_level', 0)
 
957
        # Isolate config option expansion until its default value for bzrlib is
 
958
        # settled on or a the FIXME associated with _get_expand_default_value
 
959
        # is addressed -- vila 20110219
 
960
        self.overrideAttr(config, '_expand_default_value', None)
957
961
 
958
962
    def debug(self):
959
963
        # debug a frame up.
3707
3711
        'bzrlib.tests.per_repository',
3708
3712
        'bzrlib.tests.per_repository_chk',
3709
3713
        'bzrlib.tests.per_repository_reference',
 
3714
        'bzrlib.tests.per_repository_vf',
3710
3715
        'bzrlib.tests.per_uifactory',
3711
3716
        'bzrlib.tests.per_versionedfile',
3712
3717
        'bzrlib.tests.per_workingtree',
3746
3751
        'bzrlib.tests.test_commit_merge',
3747
3752
        'bzrlib.tests.test_config',
3748
3753
        'bzrlib.tests.test_conflicts',
 
3754
        'bzrlib.tests.test_controldir',
3749
3755
        'bzrlib.tests.test_counted_lock',
3750
3756
        'bzrlib.tests.test_crash',
3751
3757
        'bzrlib.tests.test_decorators',
3897
3903
        'bzrlib',
3898
3904
        'bzrlib.branchbuilder',
3899
3905
        'bzrlib.decorators',
3900
 
        'bzrlib.export',
3901
3906
        'bzrlib.inventory',
3902
3907
        'bzrlib.iterablefile',
3903
3908
        'bzrlib.lockdir',