moby--moby/engine/helpers_test.go

12 lines
160 B
Go

package engine
import (
"testing"
)
var globalTestID string
func mkJob(t *testing.T, name string, args ...string) *Job {
return New().Job(name, args...)
}