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

Method testGetRunsWithHeadSha

tests/Workflow.py:123–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 )
122
123 def testGetRunsWithHeadSha(self):
124 self.assertListKeyEqual(
125 self.workflow.get_runs(head_sha="3a6235b56eecc0e193c1e267b064c155c6ebc022"),
126 lambda r: r.id,
127 [3349872717],
128 )
129
130 def testGetRunsWithCreated(self):
131 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_runsMethod · 0.80

Tested by

no test coverage detected