if you like, you could have a BUILD file in `ns` w...
# general
a
if you like, you could have a BUILD file in
ns
with:
Copy code
python_tests(
  name = "tests",
  sources = ['**/test_*.py'],
  ...
)