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

Method testGetRunsWithNoArguments

tests/Workflow.py:100–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self.assertEqual(workflow.url, "/repos/PyGithub/PyGithub/actions/workflows/42")
99
100 def testGetRunsWithNoArguments(self):
101 self.assertListKeyEqual(
102 self.workflow.get_runs(),
103 lambda r: r.id,
104 [109950033, 109168419, 108934155, 108817672],
105 )
106
107 def testGetRunsWithObjects(self):
108 sfdye = self.g.get_user("sfdye")

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_runsMethod · 0.80

Tested by

no test coverage detected