github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/buffalo/model/templates/models_test.go.tmpl (about)

     1  package models
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/gobuffalo/suite/v3"
     7  )
     8  
     9  type ModelSuite struct {
    10  	*suite.Model
    11  }
    12  
    13  func Test_ModelSuite(t *testing.T) {
    14  	suite.Run(t, &ModelSuite{
    15  		Model: suite.NewModel(),
    16  	})
    17  }