aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/health_check/BUILD.bazel
blob: 77bc61aa30e9225e0435c70f0f9402ceb839cab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",
        "//src/python/grpcio_tests/tests/unit/framework/common:common",
    ],
    imports = ["../../",],
)