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

Method testGetRepos

tests/NamedUser.py:303–320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 )
302
303 def testGetRepos(self):
304 self.assertListKeyEqual(
305 self.user.get_repos(),
306 lambda r: r.name,
307 [
308 "TestPyGithub",
309 "django",
310 "PyGithub",
311 "developer.github.com",
312 "acme-public-website",
313 "C4Planner",
314 "DrawTurksHead",
315 "DrawSyntax",
316 "QuadProgMm",
317 "Boost.HierarchicalEnum",
318 "ViDE",
319 ],
320 )
321
322 def testGetReposWithAllArgs(self):
323 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_reposMethod · 0.45

Tested by

no test coverage detected