@@ -29,25 +29,23 @@ def obtain(dest, url):
2929 "url, vcs_type, domain" ,
3030 [
3131 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" ),
3332 pytest .param ("git+https://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_https" ),
3433 pytest .param ("git+ssh://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_ssh" ),
3534 pytest .param ("git+file://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_file" ),
3635 pytest .param ("git+git://github.com/jamesor/mongoose-versioner" , "git" , "github.com" , id = "git_git" ),
3736 pytest .param ("bzr+http://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_http" ),
3837 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 " ),
4039 pytest .param ("bzr+ssh://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_ssh" ),
4140 pytest .param ("bzr+ftp://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_ftp" ),
4241 pytest .param ("bzr+sftp://gitlab.com/jamesor/mongoose-versioner" , "bzr" , "gitlab.com" , id = "bzr_sftp" ),
4342 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" ),
4543 pytest .param ("hg+file://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_file" ),
4644 pytest .param ("hg+http://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_http" ),
4745 pytest .param ("hg+https://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_https" ),
4846 pytest .param ("hg+ssh://bitbucket.com/jamesor/mongoose-versioner" , "hg" , "bitbucket.com" , id = "hg_ssh" ),
4947 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 " ),
5149 pytest .param ("svn+http://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_http" ),
5250 pytest .param ("svn+https://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_https" ),
5351 pytest .param ("svn+svn://bitbucket.com/jamesor/mongoose-versioner" , "svn" , "bitbucket.com" , id = "svn_svn" )
0 commit comments