(t *testing.T)
| 13 | ) |
| 14 | |
| 15 | func TestHelp(t *testing.T) { |
| 16 | testscript.Run(t, testscript.Params{ |
| 17 | Files: []string{"testdata/help/help.txtar"}, |
| 18 | }) |
| 19 | } |
| 20 | |
| 21 | func TestHelpQuality(t *testing.T) { |
| 22 | testscript.Run(t, testscript.Params{ |
nothing calls this directly
no test coverage detected
searching dependent graphs…