(t *testing.T)
| 131 | } |
| 132 | |
| 133 | func TestLabels(t *testing.T) { |
| 134 | var tsEnv testScriptEnv |
| 135 | if err := tsEnv.fromEnv(); err != nil { |
| 136 | t.Fatal(err) |
| 137 | } |
| 138 | |
| 139 | testscript.Run(t, testScriptParamsFor(tsEnv, "label")) |
| 140 | } |
| 141 | |
| 142 | func TestOrg(t *testing.T) { |
| 143 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected