MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / testInviteUserByEmail

Method testInviteUserByEmail

tests/Organization.py:586–587  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 1

invite_userMethod · 0.80

Tested by

no test coverage detected