~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-06 17:31:37 UTC
  • mfrom: (4000.5.23 interbranch-pull)
  • Revision ID: pqm@pqm.ubuntu.com-20090506173137-di6mfn1f3od2khp3
(Jelmer) Add InterBranch.pull.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
        return newbranch.bzrdir
145
145
 
146
146
 
147
 
 
148
 
 
149
147
def load_tests(standard_tests, module, loader):
150
148
    submod_tests = loader.loadTestsFromModuleNames([
 
149
        'bzrlib.tests.per_interbranch.test_pull',
151
150
        'bzrlib.tests.per_interbranch.test_push',
152
151
        'bzrlib.tests.per_interbranch.test_update_revisions',
153
152
        ])