Versions in this module Expand all Collapse all v0 v0.0.1 Nov 1, 2023 Changes in this version + func RunIntergationTests(t *testing.T, tcs []ITTest, tn string, cf func() *cobra.Command) + type ITArgs struct + Args []string + ErrorText string + InputFile string + OutputFile string + Stdin string + Stdout string + StdoutFile string + type ITTest struct + Args ITArgs + Name string + Want bool