(t *testing.T)
| 96 | } |
| 97 | |
| 98 | func TestLabels(t *testing.T) { |
| 99 | var tsEnv testScriptEnv |
| 100 | if err := tsEnv.fromEnv(); err != nil { |
| 101 | t.Fatal(err) |
| 102 | } |
| 103 | |
| 104 | testscript.Run(t, testScriptParamsFor(tsEnv, "label")) |
| 105 | } |
| 106 | |
| 107 | func TestOrg(t *testing.T) { |
| 108 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected