blob: f9a865b7ba56e729f44e2de6655c8d22741b672a [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutils",
srcs = ["bt_testutils.go"],
importpath = "go.skia.org/infra/go/gitstore/bt_gitstore/testutils",
visibility = ["//visibility:public"],
deps = [
"//go/bt",
"//go/emulators/gcp_emulator",
"//go/git/repograph",
"//go/gitstore",
"//go/gitstore/bt_gitstore",
"//go/sktest",
"//go/timer",
"//go/util",
"//go/vcsinfo",
"@com_github_stretchr_testify//require",
],
)