Skip to content

Commit 71d79a5

Browse files
authored
Add more github use cases (#53)
1 parent fc819d9 commit 71d79a5

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

changes/43.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add more github use cases

giturlparse/tests/test_parse.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,29 @@
408408
},
409409
),
410410
),
411+
(
412+
"HTTPS",
413+
(
414+
"https://github.com/rubygems/rubygems/",
415+
{
416+
"host": "github.com",
417+
"resource": "github.com",
418+
"user": "git",
419+
"port": "",
420+
"owner": "rubygems",
421+
"repo": "rubygems",
422+
"name": "rubygems",
423+
"groups": [],
424+
"path": "",
425+
"path_raw": "",
426+
"pathname": "/rubygems/rubygems",
427+
"branch": "",
428+
"protocol": "https",
429+
"protocols": ["https"],
430+
"platform": "github",
431+
},
432+
),
433+
),
411434
(
412435
"HTTPS",
413436
(

0 commit comments

Comments
 (0)