(self)
| 121 | ) |
| 122 | |
| 123 | def testGetRunsWithHeadSha(self): |
| 124 | self.assertListKeyEqual( |
| 125 | self.workflow.get_runs(head_sha="3a6235b56eecc0e193c1e267b064c155c6ebc022"), |
| 126 | lambda r: r.id, |
| 127 | [3349872717], |
| 128 | ) |
| 129 | |
| 130 | def testGetRunsWithCreated(self): |
| 131 | self.assertListKeyEqual( |
nothing calls this directly
no test coverage detected