https://pantsbuild.org/ logo
a

aloof-angle-91616

09/21/2020, 3:09 PM
in
ns/foo/tests/BUILD
you would need to have:
Copy code
python_tests(
  dependencies=[
    'ns/bar',
  ],
)
i assume you have figured that out though