github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/ox/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  }