...

Text file src/edge-infra.dev/pkg/edge/api/services/integration/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/api/services/integration

     1load("@io_bazel_rules_go//go:def.bzl", "go_test")
     2
     3go_test(
     4    name = "integration_test",
     5    srcs = [
     6        "integration_test.go",
     7        "oi_service_int_test.go",
     8    ],
     9    tags = ["integration"],
    10    visibility = ["//visibility:public"],
    11    deps = [
    12        "//pkg/edge/api/graph/model",
    13        "//pkg/edge/api/services",
    14        "//pkg/edge/api/sql/plugin",
    15        "//test/f2",
    16        "//test/f2/x/postgres",
    17        "@com_github_stretchr_testify//assert",
    18    ],
    19)

View as plain text