(t *testing.T)
| 87 | } |
| 88 | |
| 89 | func TestIssues2_0(t *testing.T) { |
| 90 | var tsEnv testScriptEnv |
| 91 | if err := tsEnv.fromEnv(); err != nil { |
| 92 | t.Fatal(err) |
| 93 | } |
| 94 | |
| 95 | testscript.Run(t, testScriptParamsFor(tsEnv, "issues-2.0")) |
| 96 | } |
| 97 | |
| 98 | func TestLabels(t *testing.T) { |
| 99 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected