| 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", | |
| ], | |
| ) |