blob: 49b3399d729bfc1f0f59692121424ab262e5cbdd [file] [log] [blame]
load("//bazel/go:go_test.bzl", "go_test")
go_test(
name = "cipd_test",
srcs = ["cipd_test.go"],
deps = [
"//bazel/external/cipd/cpython3",
"//bazel/external/cipd/git",
"//bazel/external/cipd/vpython",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
)