github.com/tsmith1024/pop@v4.12.2+incompatible/genny/model/templates/-path-/-name-_test.go.tmpl (about)

     1  package {{.opts.TestPackage}}
     2  
     3  import "testing"
     4  
     5  func Test_{{.model.Name.Proper}}(t *testing.T) {
     6  	t.Fatal("This test needs to be implemented!")
     7  }