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

Method testMinimize

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

Source from the content-addressed store, hash-verified

115 )
116
117 def testMinimize(self):
118 self.assertTrue(self.comment.minimize())
119
120 def testUnminimize(self):
121 self.assertTrue(self.comment.unminimize())

Callers

nothing calls this directly

Calls 1

minimizeMethod · 0.80

Tested by

no test coverage detected