in `ns/foo/tests/BUILD` you would need to have: ``...
# general
a
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