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

Method testGetFollowing

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

Source from the content-addressed store, hash-verified

230 )
231
232 def testGetFollowing(self):
233 self.assertListKeyEqual(
234 self.user.get_following(),
235 lambda f: f.login,
236 [
237 "nvie",
238 "schacon",
239 "jamis",
240 "chad",
241 "unclebob",
242 "dabrahams",
243 "jnorthrup",
244 "brugidou",
245 "regisb",
246 "walidk",
247 "tanzilli",
248 "fjardon",
249 "r3c",
250 "sdanzan",
251 "vineus",
252 "cjuniet",
253 "gturri",
254 "ant9000",
255 "asquini",
256 "claudyus",
257 "jardon-u",
258 "s-bernard",
259 "kamaradclimber",
260 "Lyloa",
261 ],
262 )
263
264 def testHasInFollowing(self):
265 nvie = self.g.get_user("nvie")

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_followingMethod · 0.45

Tested by

no test coverage detected