Ian Howell 4c6b8486c9 Move all tests to proper table-tests
This commit also changes the way that output is handled while testing
2019-05-29 15:11:55 -05:00

15 lines
214 B
Go

package workflow_test
import (
"k8s.io/apimachinery/pkg/runtime"
"github.com/ian-howell/airshipctl/test"
)
type WorkflowCmdTest struct {
*test.CmdTest
CRDObjs []runtime.Object
ArgoObjs []runtime.Object
}