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

Method test_rerun

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

Source from the content-addressed store, hash-verified

175 self.assertIsNone(timing.run_duration_ms)
176
177 def test_rerun(self):
178 wr = self.repo.get_workflow_run(3910280793)
179 self.assertFalse(wr.rerun())
180
181 def test_rerun_failed_jobs(self):
182 wr = self.repo.get_workflow_run(3881497935)

Callers

nothing calls this directly

Calls 2

get_workflow_runMethod · 0.80
rerunMethod · 0.80

Tested by

no test coverage detected