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

Method testGetWorkflowId

tests/Repository.py:1463–1465  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1461 self.assertListKeyEqual(workflows, lambda w: w.name, ["check", "Publish to PyPI"])
1462
1463 def testGetWorkflowId(self):
1464 workflows = self.g.get_repo("PyGithub/PyGithub").get_workflow("1122712")
1465 self.assertEqual(workflows.id, 1122712)
1466
1467 def testGetWorkflowRuns(self):
1468 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

get_workflowMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected