github.com/dougm/docker@v1.5.0/engine/helpers_test.go (about)

     1  package engine
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  var globalTestID string
     8  
     9  func mkJob(t *testing.T, name string, args ...string) *Job {
    10  	return New().Job(name, args...)
    11  }