(t *testing.T)
| 122 | } |
| 123 | |
| 124 | func TestIssues2_0(t *testing.T) { |
| 125 | var tsEnv testScriptEnv |
| 126 | if err := tsEnv.fromEnv(); err != nil { |
| 127 | t.Fatal(err) |
| 128 | } |
| 129 | |
| 130 | testscript.Run(t, testScriptParamsFor(tsEnv, "issues-2.0")) |
| 131 | } |
| 132 | |
| 133 | func TestLabels(t *testing.T) { |
| 134 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected