29
29
def test_simple(self):
31
git_url_to_bzr_url('foo:bar/path'),
32
'git+ssh://foo/bar/path')
31
git_url_to_bzr_url('foo:bar/path'),
32
'git+ssh://foo/bar/path')
36
('git+ssh://user@foo/bar/path'))
36
('git+ssh://user@foo/bar/path'))
38
38
def test_regular(self):
41
'git+ssh://user@foo/bar/path'),
42
('git+ssh://user@foo/bar/path'))
41
'git+ssh://user@foo/bar/path'),
42
('git+ssh://user@foo/bar/path'))
44
44
def test_path(self):