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

Method testGetReactions

tests/IssueComment.py:123–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 self.assertTrue(self.comment.unminimize())
122
123 def testGetReactions(self):
124 reactions = self.comment.get_reactions()
125 self.assertEqual(reactions[0].content, "+1")
126
127 def testCreateReaction(self):
128 reaction = self.comment.create_reaction("hooray")

Callers

nothing calls this directly

Calls 1

get_reactionsMethod · 0.45

Tested by

no test coverage detected