~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-12 10:43:30 UTC
  • mfrom: (5487.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101012104330-tsonnndvloj18v4q
(vila) Add a --no-tree option for init and push (Matthew Gordon)

Show diffs side-by-side

added added

removed removed

Lines of Context:
778
778
        assertWarning(None)
779
779
 
780
780
 
781
 
class TestGlobalConfigItems(tests.TestCase):
 
781
class TestGlobalConfigItems(tests.TestCaseInTempDir):
782
782
 
783
783
    def test_user_id(self):
784
784
        my_config = config.GlobalConfig.from_string(sample_config_text)