python_library(
    name = "runner",
    srcs = ["runner.py"],
    visibility = ["//test/python_rules/custom_runner/..."],
    deps = [
        "//third_party/python:coverage",
        "//third_party/python:pytest",
    ],
)
