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

Method testMergeWithCommitMessage

tests/PullRequest.py:512–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 )
511
512 def testMergeWithCommitMessage(self):
513 self.repo.get_pull(39).merge("Custom commit message created by PyGithub")
514
515 def testAddAndRemoveAssignees(self):
516 user1 = "jayfk"

Callers

nothing calls this directly

Calls 2

get_pullMethod · 0.80
mergeMethod · 0.45

Tested by

no test coverage detected