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

Method testReposStr

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

Source from the content-addressed store, hash-verified

193 self.doTestRepos(self.org.get_repo("FatherBeaver"))
194
195 def testReposStr(self):
196 with self.replayData("Team.testRepos.txt"):
197 self.doTestRepos(self.org.get_repo("FatherBeaver")._identity)
198
199 def testEditWithoutArguments(self):
200 self.team.edit("Name edited by PyGithub")

Callers

nothing calls this directly

Calls 3

doTestReposMethod · 0.95
replayDataMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected