blob: e40a93c9562b0b0e517fff6f28048caa3b5f3698 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutils",
srcs = ["testutils.go"],
importpath = "go.skia.org/infra/go/metrics2/testutils",
visibility = ["//visibility:public"],
deps = [
"//go/sktest",
"//go/util",
"@com_github_prometheus_client_golang//prometheus",
"@com_github_prometheus_client_golang//prometheus/promhttp",
"@com_github_stretchr_testify//require",
],
)