1356
1356
def test_registration(self):
1357
1357
t = transport.get_transport('bzr+ssh://example.com/path')
1358
1358
self.assertIsInstance(t, remote.RemoteSSHTransport)
1361
1361
def test_bzr_https(self):
1362
1362
# https://bugs.launchpad.net/bzr/+bug/128456