File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -515,8 +515,12 @@ def test_commit_co_authors(self):
515
515
commit .message = """Commit message
516
516
517
517
Co-authored-by: Test User 1 <602352+test@users.noreply.github.com>
518
- Co-authored-by: test_user_2 <another_user-email@.github.com>"""
518
+ Co-authored-by: test_user_2 <another_user-email@github.com>
519
+ Co_authored_by: test_user_x <test@github.com>
520
+ Co-authored-by: test_user_y <poorly formatted email @github.com>
521
+ Co-authored-by: test_user_3 <test_user_3@github.com>"""
519
522
assert commit .co_authors == [
520
523
Actor ("Test User 1" , "602352+test@users.noreply.github.com" ),
521
- Actor ("test_user_2" , "another_user-email@.github.com" ),
524
+ Actor ("test_user_2" , "another_user-email@github.com" ),
525
+ Actor ("test_user_3" , "test_user_3@github.com" ),
522
526
]
You can’t perform that action at this time.
0 commit comments