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

Method testRepos

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

Source from the content-addressed store, hash-verified

190 self.assertFalse(self.team.has_in_repos(repo))
191
192 def testRepos(self):
193 self.doTestRepos(self.org.get_repo("FatherBeaver"))
194
195 def testReposStr(self):
196 with self.replayData("Team.testRepos.txt"):

Callers

nothing calls this directly

Calls 2

doTestReposMethod · 0.95
get_repoMethod · 0.45

Tested by

no test coverage detected