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

Method testUpdateTeamRepository

tests/Team.py:175–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 warnings.resetwarnings()
174
175 def testUpdateTeamRepository(self):
176 repo = self.org.get_repo("FatherBeaver")
177 self.assertTrue(self.team.update_team_repository(repo, "admin"))
178
179 def doTestRepos(self, repo: str | Repository):
180 self.assertListKeyEqual(self.team.get_repos(), None, [])

Callers

nothing calls this directly

Calls 2

get_repoMethod · 0.45

Tested by

no test coverage detected