Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ testEdit
Method
testEdit
tests/CommitComment.py:90–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
self.assertEqual(comment.url,
"/repos/lazy/repo/comments/42"
)
89
90
def
testEdit(self):
91
self.comment.edit(
"Comment edited by PyGithub"
)
92
93
def
testDelete(self):
94
self.comment.delete()
Callers
nothing calls this directly
Calls
1
edit
Method · 0.45
Tested by
no test coverage detected