Files
2026-07-13 13:17:40 +08:00

12 lines
202 B
Python

load("@rules_python//python:defs.bzl", "py_test")
py_test(
name = "test_pyamdsmi",
size = "small",
srcs = ["test_pyamdsmi.py"],
tags = [
"manual",
"team:core",
],
)