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

Method testGetReposWithType

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

Source from the content-addressed store, hash-verified

373 )
374
375 def testGetReposWithType(self):
376 repos = self.org.get_repos("public")
377 self.assertListKeyEqual(repos, lambda r: r.name, ["FatherBeaver", "PyGithub"])
378 self.assertListKeyEqual(repos, lambda r: r.has_pages, [True, True])
379
380 def testGetEvents(self):
381 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_reposMethod · 0.45

Tested by

no test coverage detected