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

py_test(
    name = "health_servicer_test",
    srcs = ["_health_servicer_test.py"],
    main = "_health_servicer_test.py",
    size = "small",
    deps = [
        "//src/python/grpcio/grpc:grpcio",
        "//src/python/grpcio_health_checking/grpc_health/v1:grpc_health",
        "//src/python/grpcio_tests/tests/unit:test_common",
    ],
    imports = ["../../",],
)