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

Method setUp

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

Source from the content-addressed store, hash-verified

53
54class NamedUser(Framework.TestCase):
55 def setUp(self):
56 super().setUp()
57 self.user = self.g.get_user("jacquev6")
58
59 def testAttributes(self):
60 self.assertEqual(self.user.avatar_url, "https://avatars.githubusercontent.com/u/327146?v=4")

Callers 1

setUpMethod · 0.45

Calls 1

get_userMethod · 0.80

Tested by

no test coverage detected