MCPcopy
hub / github.com/PyGithub/PyGithub / test_jobs

Method test_jobs

tests/WorkflowRun.py:197–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195 self.assertFalse(wr.delete())
196
197 def test_jobs(self):
198 self.assertListKeyEqual(
199 self.workflow_run.jobs(),
200 lambda j: j.id,
201 [10545727758, 10545727888, 10545728039, 10545728190, 10545728356],
202 )

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
jobsMethod · 0.80

Tested by

no test coverage detected