(t *testing.T)
| 78 | } |
| 79 | |
| 80 | func TestDiscussions(t *testing.T) { |
| 81 | var tsEnv testScriptEnv |
| 82 | if err := tsEnv.fromEnv(); err != nil { |
| 83 | t.Fatal(err) |
| 84 | } |
| 85 | |
| 86 | testscript.Run(t, testScriptParamsFor(tsEnv, "discussion")) |
| 87 | } |
| 88 | |
| 89 | func TestIssues2_0(t *testing.T) { |
| 90 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected