(t *testing.T)
| 140 | } |
| 141 | |
| 142 | func TestLabels(t *testing.T) { |
| 143 | var tsEnv testScriptEnv |
| 144 | if err := tsEnv.fromEnv(); err != nil { |
| 145 | t.Fatal(err) |
| 146 | } |
| 147 | |
| 148 | testscript.Run(t, testScriptParamsFor(t, tsEnv, "label")) |
| 149 | } |
| 150 | |
| 151 | func TestOrg(t *testing.T) { |
| 152 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected