~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Johan Walles
  • Date: 2009-05-07 05:08:46 UTC
  • mfrom: (4342 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4343.
  • Revision ID: johan.walles@gmail.com-20090507050846-nkwvcyauf1eh653q
MergeĀ fromĀ upstream.

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
        ])