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

Method testGetUsers

tests/Github_.py:436–543  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

434 self.assertEqual(self.g.get_user_by_id(583231).login, "octocat")
435
436 def testGetUsers(self):
437 self.assertListKeyBegin(
438 self.g.get_users(),
439 lambda u: u.login,
440 [
441 "mojombo",
442 "defunkt",
443 "pjhyett",
444 "wycats",
445 "ezmobius",
446 "ivey",
447 "evanphx",
448 "vanpelt",
449 "wayneeseguin",
450 "brynary",
451 "kevinclark",
452 "technoweenie",
453 "macournoyer",
454 "takeo",
455 "Caged",
456 "topfunky",
457 "anotherjesse",
458 "roland",
459 "lukas",
460 "fanvsfan",
461 "tomtt",
462 "railsjitsu",
463 "nitay",
464 "kevwil",
465 "KirinDave",
466 "jamesgolick",
467 "atmos",
468 "errfree",
469 "mojodna",
470 "bmizerany",
471 "jnewland",
472 "joshknowles",
473 "hornbeck",
474 "jwhitmire",
475 "elbowdonkey",
476 "reinh",
477 "timocratic",
478 "bs",
479 "rsanheim",
480 "schacon",
481 "uggedal",
482 "bruce",
483 "sam",
484 "mmower",
485 "abhay",
486 "rabble",
487 "benburkert",
488 "indirect",
489 "fearoffish",
490 "ry",
491 "engineyard",
492 "jsierles",
493 "tweibley",

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80
get_usersMethod · 0.45

Tested by

no test coverage detected