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

Method testGetRunsWithStrings

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

Source from the content-addressed store, hash-verified

114 )
115
116 def testGetRunsWithStrings(self):
117 self.assertListKeyEqual(
118 self.workflow.get_runs(actor="s-t-e-v-e-n-k", branch="master"),
119 lambda r: r.id,
120 [109950033, 108817672, 108794468, 107927403, 105213061, 105212023],
121 )
122
123 def testGetRunsWithHeadSha(self):
124 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_runsMethod · 0.80

Tested by

no test coverage detected