mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-02 00:09:58 +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}}
|