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

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