mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-31 21:19:53 +00:00
2 lines
153 B
Cheetah
2 lines
153 B
Cheetah
{{define "inputs"}}{{$f := .}}{{if not .Subtests}}tt.name, {{end}}{{if $f.PrintInputs}}{{range $f.Parameters}}tt.args.{{Param .}}, {{end}}{{end}}{{end}}
|