~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-16 21:12:30 UTC
  • mfrom: (1711.3.5 bundle-fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20060616211230-988a8faa0753cf18
(jam) Allow bundles to be 'pull'ed, and accessed over Transports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1271
1271
                   'bzrlib.tests.test_xml',
1272
1272
                   ]
1273
1273
    test_transport_implementations = [
1274
 
        'bzrlib.tests.test_transport_implementations']
 
1274
        'bzrlib.tests.test_transport_implementations',
 
1275
        'bzrlib.tests.test_read_bundle',
 
1276
        ]
1275
1277
 
1276
1278
    suite = TestSuite()
1277
1279
    loader = TestUtil.TestLoader()