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

Method testGetFollowers

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

Source from the content-addressed store, hash-verified

209 )
210
211 def testGetFollowers(self):
212 self.assertListKeyEqual(
213 self.user.get_followers(),
214 lambda f: f.login,
215 [
216 "jnorthrup",
217 "brugidou",
218 "regisb",
219 "walidk",
220 "afzalkhan",
221 "sdanzan",
222 "vineus",
223 "gturri",
224 "fjardon",
225 "cjuniet",
226 "jardon-u",
227 "kamaradclimber",
228 "L42y",
229 ],
230 )
231
232 def testGetFollowing(self):
233 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_followersMethod · 0.45

Tested by

no test coverage detected