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

Method testGetReactions

tests/PullRequestComment.py:117–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 self.comment.delete()
116
117 def testGetReactions(self):
118 reactions = self.comment.get_reactions()
119 self.assertEqual(reactions[0].content, "+1")
120
121 def testCreateReaction(self):
122 reaction = self.comment.create_reaction("hooray")

Callers

nothing calls this directly

Calls 1

get_reactionsMethod · 0.45

Tested by

no test coverage detected