(t *testing.T)
| 113 | } |
| 114 | |
| 115 | func TestDiscussions(t *testing.T) { |
| 116 | var tsEnv testScriptEnv |
| 117 | if err := tsEnv.fromEnv(); err != nil { |
| 118 | t.Fatal(err) |
| 119 | } |
| 120 | |
| 121 | testscript.Run(t, testScriptParamsFor(tsEnv, "discussion")) |
| 122 | } |
| 123 | |
| 124 | func TestIssues2_0(t *testing.T) { |
| 125 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected