Files

7 lines
107 B
Python

load("//bazel:python.bzl", "doctest")
doctest(
files = glob(["**/*.py"]),
tags = ["team:core"],
)