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

Method test_rerun_with_successful_run

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

Source from the content-addressed store, hash-verified

183 self.assertTrue(wr.rerun_failed_jobs())
184
185 def test_rerun_with_successful_run(self):
186 wr = self.repo.get_workflow_run(3881497935)
187 self.assertFalse(wr.rerun())
188
189 def test_cancel(self):
190 wr = self.repo.get_workflow_run(3911660493)

Callers

nothing calls this directly

Calls 2

get_workflow_runMethod · 0.80
rerunMethod · 0.80

Tested by

no test coverage detected