here is my BUILD file for test ```python_tests( ...
# general
b
here is my BUILD file for test
Copy code
python_tests(
    name="my-tests",
    sources=["a/b/tests/*"],
    dependencies=[":lib"]
)