What does the BUILD file look like?
# general
f
What does the BUILD file look like?
p
Copy code
python_test(
    source="test_rando.py"
)
I’ve also tried:
Copy code
python_tests()
The build file at the root tests directory of this subproject looks like this:
Copy code
python_requirements()
python_tests(
    name="sundial_utils_tests"
)