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

Method testGetReactions

tests/CommitComment.py:96–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 self.comment.delete()
95
96 def testGetReactions(self):
97 reactions = self.comment.get_reactions()
98 self.assertEqual(reactions[0].content, "+1")
99
100 def testCreateReaction(self):
101 reaction = self.comment.create_reaction("hooray")

Callers

nothing calls this directly

Calls 1

get_reactionsMethod · 0.45

Tested by

no test coverage detected