ns/foo/tests/BUILD is working fine with ```python_...
# general
b
ns/foo/tests/BUILD is working fine with
Copy code
python_tests(
    name = "tests",
    dependencies = [
        "ns/foo",
    ]
)