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

Method setUp

tests/GitCommitVerification.py:32–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class GitCommitVerification(Framework.TestCase):
32 def setUp(self):
33 super().setUp()
34 self.commit = (
35 self.g.get_repo("PyGithub/PyGithub", lazy=True)
36 .get_commit("801d64a4c5c0fcb63f695e0f6799117e76e5fe67")
37 .complete()
38 )
39
40 def testAttributes(self):
41 verification = self.commit.commit.verification

Callers

nothing calls this directly

Calls 3

completeMethod · 0.80
get_commitMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected