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

Method testGetProjects

tests/NamedUser1430.py:46–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.user = self.g.get_user("ahhda")
45
46 def testGetProjects(self):
47 self.assertListKeyBegin(
48 self.user.get_projects(state="all"),
49 lambda e: e.id,
50 [4083095],
51 )

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80
get_projectsMethod · 0.45

Tested by

no test coverage detected