github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/worker/suite_test.go (about)

     1  package worker_test
     2  
     3  import (
     4  	"time"
     5  
     6  	. "github.com/onsi/ginkgo"
     7  	. "github.com/onsi/gomega"
     8  
     9  	"testing"
    10  )
    11  
    12  func TestWorker(t *testing.T) {
    13  	SetDefaultEventuallyTimeout(time.Minute)
    14  
    15  	RegisterFailHandler(Fail)
    16  	RunSpecs(t, "Worker Suite")
    17  }