@@ -29,25 +29,23 @@ def obtain(dest, url):
29
29
"url, vcs_type, domain" ,
30
30
[
31
31
pytest .param ("git+http://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_http" ),
32
- pytest .param ("git://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git" ),
33
32
pytest .param ("git+https://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_https" ),
34
33
pytest .param ("git+ssh://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_ssh" ),
35
34
pytest .param ("git+file://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_file" ),
36
35
pytest .param ("git+git://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_git" ),
37
36
pytest .param ("bzr+http://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_http" ),
38
37
pytest .param ("bzr+https://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_https" ),
39
- pytest .param ("bzr://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr " ),
38
+ pytest .param ("bzr+file ://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_file " ),
40
39
pytest .param ("bzr+ssh://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_ssh" ),
41
40
pytest .param ("bzr+ftp://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_ftp" ),
42
41
pytest .param ("bzr+sftp://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_sftp" ),
43
42
pytest .param ("bzr+lp://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_lp" ),
44
- pytest .param ("hg://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg" ),
45
43
pytest .param ("hg+file://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_file" ),
46
44
pytest .param ("hg+http://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_http" ),
47
45
pytest .param ("hg+https://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_https" ),
48
46
pytest .param ("hg+ssh://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_ssh" ),
49
47
pytest .param ("hg+static-http://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_static_http" ),
50
- pytest .param ("svn://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn " ),
48
+ pytest .param ("svn+file ://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_file " ),
51
49
pytest .param ("svn+http://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_http" ),
52
50
pytest .param ("svn+https://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_https" ),
53
51
pytest .param ("svn+svn://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_svn" )
0 commit comments