mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-13 00:31:26 +00:00
13 lines
269 B
Python
13 lines
269 B
Python
load("@rules_python//python:defs.bzl", "py_test")
|
|
|
|
py_test(
|
|
name = "test_apollo_tree",
|
|
srcs = ["test_apollo_tree.py"],
|
|
imports = ["../../.."],
|
|
deps = [
|
|
"//apollo:apollo_lib",
|
|
"//common:common_lib",
|
|
"@pypi_pytest//:pkg",
|
|
],
|
|
)
|