~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_debug.py

  • Committer: Martin Pool
  • Date: 2009-07-22 06:00:45 UTC
  • mfrom: (4557 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4558.
  • Revision ID: mbp@sourcefrog.net-20090722060045-035t1zgpicwfyk93
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009, 2010 Canonical Ltd
 
1
# Copyright (C) 2009 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
20
20
import os
21
21
 
22
22
 
23
 
from bzrlib import (
24
 
    debug,
25
 
    tests,
26
 
    )
 
23
from bzrlib import debug
27
24
from bzrlib.config import config_filename, ensure_config_dir_exists
28
 
 
29
 
 
30
 
class TestDebugFlags(tests.TestCaseInTempDir):
 
25
from bzrlib.transport import get_transport
 
26
from bzrlib.tests import TestCaseInTempDir
 
27
 
 
28
 
 
29
class TestDebugFlags(TestCaseInTempDir):
31
30
 
32
31
    def test_set_debug_flags_from_config(self):
33
32
        # test both combinations because configobject automatically splits up