/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: John Arbash Meinel
  • Date: 2007-04-19 20:05:32 UTC
  • mfrom: (2428 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2432.
  • Revision ID: john@arbash-meinel.com-20070419200532-4v2yyd7oqq03gl2s
Resolve NEWS conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
2173
2173
                   'bzrlib.tests.test_gpg',
2174
2174
                   'bzrlib.tests.test_graph',
2175
2175
                   'bzrlib.tests.test_hashcache',
 
2176
                   'bzrlib.tests.test_help',
2176
2177
                   'bzrlib.tests.test_http',
2177
2178
                   'bzrlib.tests.test_http_response',
2178
2179
                   'bzrlib.tests.test_https_ca_bundle',
2313
2314
    :param  quiet:  suppress report about deleting directories
2314
2315
    """
2315
2316
    import re
2316
 
    import shutil
2317
 
 
2318
2317
    re_dir = re.compile(r'''test\d\d\d\d\.tmp''')
2319
2318
    if root is None:
2320
2319
        root = u'.'