/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/doc.go
12 строк
314 B
Fabio Bertinatto
Disable vSphere-specific storage tests
01 ноя 2021, 19:35
01 ноя 2021, 19:35
5403b5a
Код
Авторство
О чём код?
//go:build tools // +build tools // Package test contains cross-functional test suites for OpenShift 3. package test import ( _ "github.com/go-bindata/go-bindata/go-bindata" _ "github.com/openshift/build-machinery-go" _ "github.com/stretchr/testify/require" _ "k8s.io/kubernetes/pkg/registry/registrytest" )