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

py_library(
    name = "stream_testing",
    srcs = ["stream_testing.py"],
)

py_test(
    name = "logging_pool_test",
    srcs = ["_logging_pool_test.py"],
    main = "_logging_pool_test.py",
    size = "small",
    deps = [
        "//src/python/grpcio/grpc:grpcio",
    ],
)