(self)
| 584 | self.org.invite_user(user=jacquev6) |
| 585 | |
| 586 | def testInviteUserByEmail(self): |
| 587 | self.org.invite_user(email="foo@example.com") |
| 588 | |
| 589 | def testInviteUserWithRoleAndTeam(self): |
| 590 | team = self.org.create_team("Team created by PyGithub") |
nothing calls this directly
no test coverage detected