/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/per_interbranch/__init__.py

  • Committer: mbp at sourcefrog
  • Date: 2011-04-11 01:23:58 UTC
  • mfrom: (5777 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5802.
  • Revision ID: mbp@sourcefrog.net-20110411012358-gl07rdtxydlq7fh1
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    BzrDirFormat,
38
38
    BzrDirMetaFormat1,
39
39
    )
40
 
from bzrlib.errors import (
41
 
    FileExists,
42
 
    NotBranchError,
43
 
    UninitializableFormat,
44
 
    )
45
40
from bzrlib.tests import (
46
41
    TestCaseWithTransport,
47
42
    multiply_tests,
171
166
 
172
167
def load_tests(standard_tests, module, loader):
173
168
    submod_tests = loader.loadTestsFromModuleNames([
 
169
        'bzrlib.tests.per_interbranch.test_fetch',
174
170
        'bzrlib.tests.per_interbranch.test_get',
175
171
        'bzrlib.tests.per_interbranch.test_copy_content_into',
176
172
        'bzrlib.tests.per_interbranch.test_pull',