12 lines
202 B
Python
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",
|
|
],
|
|
)
|