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

Method setUp

tests/Reaction.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44class Reaction(Framework.TestCase):
45 def setUp(self):
46 super().setUp()
47 self.reactions = self.g.get_user("PyGithub").get_repo("PyGithub").get_issue(28).get_reactions()
48
49 def testAttributes(self):
50 reaction = self.reactions[0]

Callers

nothing calls this directly

Calls 4

get_userMethod · 0.80
get_reactionsMethod · 0.45
get_issueMethod · 0.45
get_repoMethod · 0.45

Tested by

no test coverage detected