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

Method test_cancel

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

Source from the content-addressed store, hash-verified

187 self.assertFalse(wr.rerun())
188
189 def test_cancel(self):
190 wr = self.repo.get_workflow_run(3911660493)
191 self.assertFalse(wr.cancel())
192
193 def test_delete(self):
194 wr = self.repo.get_workflow_run(3881497935)

Callers

nothing calls this directly

Calls 2

get_workflow_runMethod · 0.80
cancelMethod · 0.45

Tested by

no test coverage detected