aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/channelz/BUILD.bazel
blob: 63513616e77a02855e9b0cd54fd4b01c9eae7d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package(default_visibility = ["//visibility:public"])

py_test(
    name = "channelz_servicer_test",
    srcs = ["_channelz_servicer_test.py"],
    main = "_channelz_servicer_test.py",
    size = "small",
    deps = [
        "//src/python/grpcio/grpc:grpcio",
        "//src/python/grpcio_channelz/grpc_channelz/v1:grpc_channelz",
        "//src/python/grpcio_tests/tests/unit:test_common",
        "//src/python/grpcio_tests/tests/unit/framework/common:common",
    ],
    imports = ["../../",],
)