Skip to content

Commit aee880b

Browse files
committed
!squash mmore tests
1 parent efc7bc6 commit aee880b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/url/test_registry.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class DetectVCSFixture(t.NamedTuple):
3737
"git+https://github.com:vcs-python/libvcs.git",
3838
"git+ssh://git@github.com:vcs-python/libvcs.git",
3939
"git+ssh://git@github.com:vcs-python/libvcs",
40+
"git+ssh://git@github.com/tony/ScreenToGif.git",
41+
"git+https://github.com/nltk/nltk.git",
42+
"git+https://github.com/nltk/nltk",
4043
]
4144
],
4245
*[
@@ -50,6 +53,7 @@ class DetectVCSFixture(t.NamedTuple):
5053
for url in [
5154
"hg+http://hg.example.com/MyProject@da39a3ee5e6b",
5255
"hg+ssh://hg.example.com:MyProject@da39a3ee5e6b",
56+
"hg+https://hg.mozilla.org/mozilla-central/",
5357
]
5458
],
5559
*[
@@ -63,6 +67,7 @@ class DetectVCSFixture(t.NamedTuple):
6367
for url in [
6468
"svn+http://svn.example.com/MyProject@da39a3ee5e6b",
6569
"svn+ssh://svn.example.com:MyProject@da39a3ee5e6b",
70+
"svn+ssh://svn.example.com:MyProject@da39a3ee5e6b",
6671
]
6772
],
6873
]

0 commit comments

Comments
 (0)