github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/actions/templates/test.go.tmpl (about) 1 {{ range $action := .actions}} 2 func (as *ActionSuite) Test_{{$.name.Pascalize}}_{{$action.Pascalize}}() { 3 as.Fail("Not Implemented!") 4 } 5 {{end}}