~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2006-11-22 02:49:26 UTC
  • mto: (2018.5.34 hpss)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: robertc@robertcollins.net-20061122024926-41ba3a48a35200ee
Implement a BzrDir.open_branch smart server method for opening a branch without VFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1662
1662
                   'bzrlib.tests.test_selftest',
1663
1663
                   'bzrlib.tests.test_setup',
1664
1664
                   'bzrlib.tests.test_sftp_transport',
 
1665
                   'bzrlib.tests.test_smart',
1665
1666
                   'bzrlib.tests.test_smart_add',
1666
1667
                   'bzrlib.tests.test_smart_transport',
1667
1668
                   'bzrlib.tests.test_source',