Skip to content

Commit

Permalink
Merge pull request #15 from virresh/virresh/addTest
Browse files Browse the repository at this point in the history
conftest.py: Add test for BitBucket style git url
  • Loading branch information
retr0h authored May 8, 2018
2 parents 6a9e9fb + ab46422 commit ff5c252
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,17 @@ def git_urls():
'name': 'repo',
'owner': 'owner',
},
'https://[email protected]/user/repo': {
'pathname': '/user/repo',
'protocols': ['https'],
'protocol': 'https',
'href': 'https://[email protected]/user/repo',
'resource': 'example.org',
'user': 'user',
'port': None,
'name': 'repo',
'owner': 'user',
},
}


Expand Down

0 comments on commit ff5c252

Please sign in to comment.