Skip to content

Commit

Permalink
conftest.py: Add test for BitBucket style git url
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
virresh committed May 8, 2018
1 parent 6a9e9fb commit ab46422
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/conftest.py
Expand Up @@ -247,6 +247,17 @@ def git_urls():
'name': 'repo',
'owner': 'owner',
},
'https://user@example.org/user/repo': {
'pathname': '/user/repo',
'protocols': ['https'],
'protocol': 'https',
'href': 'https://user@example.org/user/repo',
'resource': 'example.org',
'user': 'user',
'port': None,
'name': 'repo',
'owner': 'user',
},
}


Expand Down

0 comments on commit ab46422

Please sign in to comment.