(t *testing.T)
| 167 | } |
| 168 | |
| 169 | func TestPullRequests(t *testing.T) { |
| 170 | var tsEnv testScriptEnv |
| 171 | if err := tsEnv.fromEnv(); err != nil { |
| 172 | t.Fatal(err) |
| 173 | } |
| 174 | |
| 175 | testscript.Run(t, testScriptParamsFor(t, tsEnv, "pr")) |
| 176 | } |
| 177 | |
| 178 | func TestReleases(t *testing.T) { |
| 179 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected