MCPcopy
hub / github.com/PyGithub/PyGithub / testEnableAutomergeDefaultValues

Method testEnableAutomergeDefaultValues

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

Source from the content-addressed store, hash-verified

639 }
640
641 def testEnableAutomergeDefaultValues(self):
642 # To reproduce this, the PR repository need to have the "Allow auto-merge" option enabled
643 # The default values are:
644 # - merge_method = "MERGE"
645 self.pull.enable_automerge()
646
647 def testEnableAutomergeNotValidMergeMethod(self):
648 with pytest.raises(AssertionError):

Callers

nothing calls this directly

Calls 1

enable_automergeMethod · 0.80

Tested by

no test coverage detected