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

Method testGetWorkflowRuns

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

Source from the content-addressed store, hash-verified

1465 self.assertEqual(workflows.id, 1122712)
1466
1467 def testGetWorkflowRuns(self):
1468 self.assertListKeyEqual(
1469 self.g.get_repo("PyGithub/PyGithub").get_workflow_runs(),
1470 lambda r: r.id,
1471 [110932306, 110932159, 110932072, 110286191, 110278769],
1472 )
1473
1474 def testGetWorkflowRunsCreated(self):
1475 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 3

assertListKeyEqualMethod · 0.80
get_workflow_runsMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected