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

Method testUnminimize

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

Source from the content-addressed store, hash-verified

118 self.assertTrue(self.comment.minimize())
119
120 def testUnminimize(self):
121 self.assertTrue(self.comment.unminimize())
122
123 def testGetReactions(self):
124 reactions = self.comment.get_reactions()

Callers

nothing calls this directly

Calls 1

unminimizeMethod · 0.80

Tested by

no test coverage detected