2023-03-06 04:49:48 +00:00
|
|
|
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",
|
|
|
|
],
|
|
|
|
)
|