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

Method testGetRunsWithCreated

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

Source from the content-addressed store, hash-verified

128 )
129
130 def testGetRunsWithCreated(self):
131 self.assertListKeyEqual(
132 self.workflow.get_runs(created="2022-12-24"),
133 lambda r: r.id,
134 [3770390952],
135 )
136
137 def testCreateDispatchWithBranch(self):
138 dispatch_inputs = {"logLevel": "Warning", "message": "Log Message"}

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_runsMethod · 0.80

Tested by

no test coverage detected