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

Method testDisableAutomerge

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

Source from the content-addressed store, hash-verified

667 }
668
669 def testDisableAutomerge(self):
670 response = self.pull.disable_automerge()
671 assert response == {
672 "actor": {
673 "avatarUrl": "https://avatars.githubusercontent.com/u/14806300?u=786f9f8ef8782d45381b01580f7f7783cf9c7e37&v=4",
674 "login": "heitorpolidoro",
675 "resourcePath": "/heitorpolidoro",
676 "url": "https://github.com/heitorpolidoro",
677 },
678 "clientMutationId": None,
679 }

Callers

nothing calls this directly

Calls 1

disable_automergeMethod · 0.80

Tested by

no test coverage detected