github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/buffalo/action/templates/action_test.go.tmpl (about) 1 package actions 2 3 import ( 4 "testing" 5 ) 6 7 func Test_{{ capitalize .Name }}(t *testing.T) { 8 t.Fail("This test needs to be implemented!") 9 }