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

Method testHasInFollowing

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

Source from the content-addressed store, hash-verified

262 )
263
264 def testHasInFollowing(self):
265 nvie = self.g.get_user("nvie")
266 self.assertTrue(self.user.has_in_following(nvie))
267
268 def testGetOrgs(self):
269 self.assertListKeyEqual(self.user.get_orgs(), lambda o: o.login, ["BeaverSoftware"])

Callers

nothing calls this directly

Calls 2

get_userMethod · 0.80
has_in_followingMethod · 0.45

Tested by

no test coverage detected