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

Method testCreateTeam

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

Source from the content-addressed store, hash-verified

230 self.assertEqual(hook.active, True)
231
232 def testCreateTeam(self):
233 team = self.org.create_team("Team created by PyGithub")
234 self.assertEqual(team.id, 189850)
235
236 def testCreateTeamWithAllArguments(self):
237 repo = self.org.get_repo("FatherBeaver")

Callers

nothing calls this directly

Calls 1

create_teamMethod · 0.80

Tested by

no test coverage detected