in ns/foo/tests/BUILD we have something like ```py...
# general
b
in ns/foo/tests/BUILD we have something like
Copy code
python_tests(
    name = "tests",
    dependencies = [
        ns/bar",
    ]
)
👍 1