If you want explicit at the file level, then you m...
# general
r
If you want explicit at the file level, then you most probably need to define a single
python_test
Copy code
python_test(name="test_example", source="test_example.py", dependencies=["insert_explicit"]
Please verify the correct syntax Then you can attach python_tests to have explicit dependency on this test target but you can’t use the glob then.