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

Method setUp

tests/Issue823.py:39–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38class Issue823(Framework.TestCase):
39 def setUp(self):
40 super().setUp()
41 self.org = self.g.get_organization("p-society")
42 self.team = self.org.get_team(2745783)
43 self.pending_invitations = self.team.invitations()
44
45 def testGetPendingInvitationAttributes(self):
46 team_url = self.pending_invitations[0].invitation_teams_url

Callers

nothing calls this directly

Calls 3

get_organizationMethod · 0.80
get_teamMethod · 0.80
invitationsMethod · 0.45

Tested by

no test coverage detected