(self)
| 114 | ) |
| 115 | |
| 116 | def testGetRunsWithStrings(self): |
| 117 | self.assertListKeyEqual( |
| 118 | self.workflow.get_runs(actor="s-t-e-v-e-n-k", branch="master"), |
| 119 | lambda r: r.id, |
| 120 | [109950033, 108817672, 108794468, 107927403, 105213061, 105212023], |
| 121 | ) |
| 122 | |
| 123 | def testGetRunsWithHeadSha(self): |
| 124 | self.assertListKeyEqual( |
nothing calls this directly
no test coverage detected