Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 21, 2024
1 parent a9ddbcd commit 6eeae09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cherry_picker/test_cherry_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,13 @@ def test_get_pr_url(config):
[
b"git@github.com:mock_user/cpython.git",
b"git@github.com:mock_user/cpython",
b"git@github.com:mock_user/cpython/",
b"ssh://git@github.com/mock_user/cpython.git",
b"ssh://git@github.com/mock_user/cpython",
b"ssh://git@github.com/mock_user/cpython/",
b"https://github.com/mock_user/cpython.git",
b"https://github.com/mock_user/cpython",
b"https://github.com/mock_user/cpython/",
],
)
def test_username(url, config):
Expand Down

0 comments on commit 6eeae09

Please sign in to comment.