You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gojobs/jobs_test.go

14 lines
242 B

package gojobs
import "testing"
func TestJobs1(t *testing.T) {
//t.Log(NewJobsGorm(&ConfigJobsGorm{
// MainService: 0,
// Db: nil,
// Redis: nil,
//}).Run())
//t.Log(NewJobsXorm().Run())
//t.Log(NewJobsZorm().Run())
}