(t *testing.T)
| 51 | } |
| 52 | |
| 53 | func TestGPGKeys(t *testing.T) { |
| 54 | var tsEnv testScriptEnv |
| 55 | if err := tsEnv.fromEnv(); err != nil { |
| 56 | t.Fatal(err) |
| 57 | } |
| 58 | |
| 59 | testscript.Run(t, testScriptParamsFor(tsEnv, "gpg-key")) |
| 60 | } |
| 61 | |
| 62 | func TestExtensions(t *testing.T) { |
| 63 | var tsEnv testScriptEnv |
nothing calls this directly
no test coverage detected