7 lines
107 B
Python
7 lines
107 B
Python
load("//bazel:python.bzl", "doctest")
|
|
|
|
doctest(
|
|
files = glob(["**/*.py"]),
|
|
tags = ["team:core"],
|
|
)
|