~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-24 13:55:32 UTC
  • mfrom: (5549.1.33 expand-options)
  • Revision ID: pqm@pqm.ubuntu.com-20110224135532-b5zu78in53r1ptc1
(vila) Add the opt-in ability to expand options in config files (Vincent
 Ladeuil)

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.