k3s/contrib/gotests_templates/inputs.tmpl

2 lines
153 B
Cheetah
Raw Normal View History

{{define "inputs"}}{{$f := .}}{{if not .Subtests}}tt.name, {{end}}{{if $f.PrintInputs}}{{range $f.Parameters}}tt.args.{{Param .}}, {{end}}{{end}}{{end}}