...

Text file src/edge-infra.dev/pkg/f8n/devinfra/testinfra/sql/integration/BUILD.bazel

Documentation: edge-infra.dev/pkg/f8n/devinfra/testinfra/sql/integration

     1load("@io_bazel_rules_go//go:def.bzl", "go_test")
     2
     3go_test(
     4    name = "integration_test",
     5    srcs = ["sql_test.go"],
     6    tags = [
     7        "integration",
     8    ],
     9    visibility = ["//visibility:public"],
    10    deps = [
    11        "//pkg/f8n/devinfra/testinfra/model",
    12        "//pkg/f8n/devinfra/testinfra/sql",
    13        "//pkg/f8n/devinfra/testinfra/sql/schema",
    14        "//test/f2",
    15        "//test/f2/x/postgres",
    16        "@com_github_jackc_pgx_v4//stdlib",
    17        "@tools_gotest_v3//assert",
    18    ],
    19)

View as plain text